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

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

Leave a Comment