mysql添加远程权限
时间:2020-02-16 12:34:52
收藏:0
阅读:53
mysql -u root -p
grant all privileges on *.* to root@‘%‘ identified by "password";
flush privileges;
原文:https://www.cnblogs.com/iitrust/p/12316057.html
评论(0)