mysql跳过权限: mysqld -nt --skip-grant-tables opt

登录:mysql -uroot -p

修改root密码 set password for 'root'@'localhost' = password('新密码');

报错:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables opt

原因:权限没有刷新

解决:flush privileges

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-06-07
  • 2022-02-15
  • 2022-12-23
  • 2022-02-11
  • 2022-02-04
猜你喜欢
  • 2021-09-03
  • 2021-09-22
  • 2022-12-23
  • 2021-10-25
  • 2022-01-02
相关资源
相似解决方案