平台:树莓派3B
系统:树莓派buster
Mysql版本:8.0.25(编译安装)
错误代码:“ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement”
解决方案:
flush privileges; # 先发送一次刷新即可解决
平台:树莓派3B
系统:树莓派buster
Mysql版本:8.0.25(编译安装)
错误代码:“ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement”
解决方案:
flush privileges; # 先发送一次刷新即可解决