0
点赞
收藏
分享

微信扫一扫

Mysql授权新的远程用户

ZGtheGreat 2022-08-19 阅读 64


开始-->运行-->cmd

e:

cd E:\AppServ\MySQL\bin

mysql -uroot -p

提示输入密码:*****

 

grant all privileges on *.* to 新的用户名@'%' identified by '新用户的密码';

-----------------------------------------------------------------------------------------------------

 

mysql授权用户远程链接详解


​​http://wenku.baidu.com/view/80b618757fd5360cba1adb19.html​​


举报

相关推荐

0 条评论