|
|
MariaDB [(none)]> CREATE DATABASE `testflask` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */ ;6 g- @9 D; B! p" ~( t- n
Query OK, 1 row affected (0.00 sec)
; ~" Y8 H0 B3 @! V2 u
. a1 K. o. V& @. K; c: \+ J1 jMariaDB [(none)]> grant ALL PRIVILEGES on testflask.* to "victor"@"localhost" Identified by "xxxx";
8 t, L/ w1 U; ^3 {Query OK, 0 rows affected (0.00 sec)$ t1 P6 L8 ]7 W/ a8 t4 R
0 t. [6 B) A c) |# ZMariaDB [(none)]> grant ALL PRIVILEGES on testflask.* to "victor"@"%" Identified by "xxxx"; w( f; s7 _% T) H3 e
Query OK, 0 rows affected (0.00 sec)
# c1 N6 N) m& u6 e0 q0 H7 ^5 ]9 c) _; Z
MariaDB [(none)]> flush privileges;
# U7 v. Y1 J2 ^" D# XQuery OK, 0 rows affected (0.00 sec)- D! |6 a3 b. v x. ^
, [7 M6 ]' G8 j# A9 n: d' a
+ k* N/ @' D3 c7 h$ X( r5 d8 E. T |
|