先执行这条语句,给用户权限
grant all privileges on *.* to [email protected]"221.221.185.23" identified by "gyrgyr";
再执行这行,刷新权限
flush privileges;
时间: 2025-01-20 02:25:47
先执行这条语句,给用户权限
grant all privileges on *.* to [email protected]"221.221.185.23" identified by "gyrgyr";
再执行这行,刷新权限
flush privileges;