Answers for "Error Code: 1558. Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100108, now running 100420. Please use mysql_upgrade to fix this error"

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
1

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

These are the steps you need to follow(linux/xampp)
1) go to terminal and type /opt/lampp/bin/mysql -u root -p
2) after that enter the mysql user password if it worked well 
then type exit (if it doesn't have password hit enter without
typing anything)
3)after that type cd /opt/lampp/bin and now type
       sudo ./mysql_upgrade -u root -p 
, enter your password and tadam , here is your mysql upgraded
Posted by: Guest on June-14-2021

Code answers related to "Error Code: 1558. Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100108, now running 100420. Please use mysql_upgrade to fix this error"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language