mysql - I deleted the user table! how can I recover it?

前端 未结 3 716
[愿得一人]
[愿得一人] 2021-01-20 00:58

I sure i deleted the table \'mysql\' in an accident , then have maked this error \"Table mysql.user dosen\'t exist\"

How can i fix it , or create a new table \'mysql

3条回答
  •  庸人自扰
    2021-01-20 01:22

    You can also fix by running a file mysql_upgrade found in mysql/bin directory. Just run that file and it will fix all your tables.

提交回复
热议问题