mysql> create user 'zhilong'@'%' identified by '123456';
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
解决关于 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it....报错
阅读 33
2022-01-10
mysql> create user 'zhilong'@'%' identified by '123456';
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
相关推荐
精彩评论(0)