mysql添加远程权限

mysql -u root -p
grant all privileges  on *.* to ‘%‘ identified by "password";
flush privileges;

相关推荐