分配mysql远程账号
grant all privileges on *.* to 'mracale'@'%' identified by 'Zzp' with grant option;
flush privileges;
查看MySQL中的用户
select host,user from mysql.user;
grant all privileges on *.* to 'mracale'@'%' identified by 'Zzp' with grant option;
flush privileges;
select host,user from mysql.user;
本文标题:Mysql 分配账号、查看用户
本文链接:https://www.haomeiwen.com/subject/klixkktx.html
网友评论