该报错同样适用于MariaDB
ERROR 1290 (HY000): The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
修改mysql密码出现的报错。
先使用flush privileges;刷新命令,再修改数据库密码set password for root@localhost=password('你的密码');
上一篇:Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.
下一篇:在IDEA中配置node.js