Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted

后端 未结 8 545
灰色年华
灰色年华 2020-11-28 09:51

I am using 000webhost.com and I am using phpMyAdmin there. I am getting this error from MySQL when I run my PHP script as the title says:

Column count of

8条回答
  •  失恋的感觉
    2020-11-28 10:14

    I had this error as well. I fixed it by running

    mysql_upgrade -u root -p
    

    Also, restart the mysql service by running

    service mysqld restart
    

提交回复
热议问题