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

0

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

#try 
mysql_upgrade -u root -p
service mysqld restart

#if not fix yet than try this.

sudo /opt/lampp/lampp start
/opt/lampp/bin/mysql_upgrade
Posted by: Guest on July-17-2021

Code answers related to "Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language