当前位置:Gxlcms > 数据库问题 > mysql 超级管理员

mysql 超级管理员

时间:2021-07-01 10:21:17 帮助过:2人阅读

mysql> grant all privileges on *.* to ‘master‘@‘%‘ identified by ‘3306‘ with grant option;
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)

 

mysql 超级管理员

标签:

人气教程排行