mysql 超级管理员

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)

 

posted @ 2016-06-15 17:41  bass  阅读(1133)  评论(0编辑  收藏  举报