问题描述:MySQL中执行语句提示The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
解决办法:这个时候我们只需要执行下flush privileges,然后再执行对应语句就不会报错了。
问题描述:MySQL中执行语句提示The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
解决办法:这个时候我们只需要执行下flush privileges,然后再执行对应语句就不会报错了。
相关推荐
评论