Answers for "column count of mysql.proc is wrong. expected 21, found 20"

1

Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100145, now running 100415. Please use mysql_upgrade to fix this error

mysql_upgrade -u root -p
service mysqld restart
Posted by: Guest on April-12-2021
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 21, found 20"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language