在MySQL命令行执行如下:
use mysql;
grant all privileges on *.* to root@'%' identified by "password";
在MySQL命令行执行如下:
use mysql;
grant all privileges on *.* to root@'%' identified by "password";
相关文章: