- 积分
- 16841
在线时间 小时
最后登录1970-1-1
|

楼主 |
发表于 2024-7-11 09:00:08
|
显示全部楼层
create user victor@'%' identified by '123456'; 示例* q' b( Y2 I$ B
Query OK, 0 rows affected (0.014 sec)0 T8 ]% h# S0 U3 x+ D1 V
- c1 \# U+ i( f, Z; o/ X7 r: fgrant ALL PRIVILEGES on *.* to "victor"@"%" Identified by"123456"; 示例: h8 O9 K" P% l, d, ?9 E6 ~
Query OK, 0 rows affected (0.003 sec) ' M t$ o" z6 }2 j
* [8 M, S. c, N8 [$ [* C- n# F+ |+ l. t! n5 M, n# X1 p' A
grant ALL PRIVILEGES on *.* to "victor"@"localhost" Identified by"123456";: k. e- Z4 E) ~" g; f
Query OK, 0 rows affected (0.005 sec)
' E5 L2 P0 @! x |
|