Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Column #count #Expected #Created #MariaDB #running #Please #fix #error #xampp
ADD COMMENT
Topic
Name
8+9 =