标签:grant 连接 权限 nbsp str word root option with
mysql -uroot -p密码
grant all privileges on *.* to ‘IP地址‘ identified by ‘密码‘ with grant option;
flush privileges;
远程连接MySql分配ip权限
原文地址:http://www.cnblogs.com/duneF/p/7814098.html