|
|
MariaDB [(none)]> CREATE DATABASE `testflask` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */ ;
5 y: @& m5 l* ]% I5 [' oQuery OK, 1 row affected (0.00 sec). K! t4 G0 Q2 c+ J1 g. v/ B
! q7 }2 n7 z0 t. J# iMariaDB [(none)]> grant ALL PRIVILEGES on testflask.* to "victor"@"localhost" Identified by "xxxx";
! {. H1 x9 ]: S' C5 j+ @Query OK, 0 rows affected (0.00 sec)% ]# t) x0 h- W% D$ i+ p
0 j: C1 A- x" T/ ]# RMariaDB [(none)]> grant ALL PRIVILEGES on testflask.* to "victor"@"%" Identified by "xxxx";1 [$ i, ~9 E4 ]' T
Query OK, 0 rows affected (0.00 sec)& c# X4 J V+ W" [9 k! R! `. x& i
u5 c% S4 W5 E; o5 V; U9 q
MariaDB [(none)]> flush privileges;
: r+ g/ H+ g% j- U( ~Query OK, 0 rows affected (0.00 sec)& l" g8 ?9 B$ ^
8 C9 Q, U9 Z. u: j; V1 l
. b5 y' p- M! S |
|