Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: check battery health on ubuntu 
Shell :: check if oh-my-zsh is installed 
Shell :: kill process on port windows 
Shell :: if variable has substring in bash 
Shell :: install particular version of laravel 
Shell :: install yarn on centos 
Shell :: run postgress wsl 
Shell :: remove orphan packages manjaro 
Shell :: install jenkins on ubuntu 
Shell :: update manjaro linux 
Shell :: install adb mac os 
Shell :: linux apache start 
Shell :: git get repository url 
Shell :: install i3-gaps ubuntu 
Shell :: open port 3000 ubuntu 
Shell :: ubuntu server scan virus 
Shell :: node sass install error 
Shell :: bash random number 
Shell :: mac show cocoapods version 
Shell :: reload bashrc 
Shell :: install rspec globally vscode 
Shell :: Install dia for linux ubuntu 
Shell :: install .deb ubuntu 20.04 
Shell :: make fish as default 
Shell :: docker post installation steps linux 
Shell :: stop rebase git 
Shell :: poetry not found 
Shell :: show auto suggestion in terminal 
Shell :: sha256 windows 10 
Shell :: linux check cpu core 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =