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

后端 未结 8 544
灰色年华
灰色年华 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:13

    I am using xampp on Ubuntu 20.04 and the my problem that return this same message error was solved with this solution:

    1. Go to the xampp directory: cd /opt/lampp/
    2. Go to the bin directory: cd bin
    3. Execute the script: sudo ./mysql_upgrade

    Credits: https://askubuntu.com/questions/1171409/how-to-run-mysql-upgrade-when-using-xampp

提交回复
热议问题