grant all privileges on *.* to 'root'@'&' identified by 'pass';
flush privileges;
mysql 远程权限 root密码
最新推荐文章于 2025-09-05 08:42:59 发布

grant all privileges on *.* to 'root'@'&' identified by 'pass';
flush privileges;