时间:2021-07-01 10:21:17 帮助过:4人阅读
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
刷新一下
flush privileges;
再试一次,主要原因是skip-grant-tables使得数据库只能是只读的权限
好了
现在退出数据库,并删除刚才添加的skip-grant-tables
重启mysql
systemctl restart mysqld.service
现在就可以通过密码登录了
mysql8.0版本忘记密码修改密码
标签:bsp sql service http restart err 出现 statement server