grant all on *.* to root@'%' identified by 'password';
-- 此处的password为实际密码,可替换
给远程用户所有权限
最新推荐文章于 2025-06-24 10:17:46 发布
grant all on *.* to root@'%' identified by 'password';
-- 此处的password为实际密码,可替换