让所有用户都可以通过root来访问: grant all privileges on *.* to 'root'@'%' identified by 'root';
mysql给root用户赋予权限
最新推荐文章于 2025-06-17 10:08:51 发布
让所有用户都可以通过root来访问: grant all privileges on *.* to 'root'@'%' identified by 'root';