mysql报错 ERROR 1805 (HY000): Column count of mysql.user is wrong. Expected 45, found 43. The table is probably corrupted

ERROR 1805 (HY000): Column count of mysql.user is wrong. Expected 45, found 43. The table is probably corrupted
低版本mysql迁移到高版本出现的用户表错误
解决办法: mysql中bin目录下运行

mysql_upgrade --force -uroot -p
posted @ 2023-02-27 19:58  LZJJJ  阅读(215)  评论(0)    收藏  举报