标签:mys use not sql alt -- user 刷新 ble
创建一个用户:
create user ‘oukele‘@‘%‘ identified by ‘oukele‘;
提示下面所列出的信息的话,得刷新一下权限表
The MySQL server is running with the --skip-grant-tables option so it cannot execute this st...
步骤如下:
标签:mys use not sql alt -- user 刷新 ble
原文地址:https://www.cnblogs.com/oukele/p/11828284.html