0

Mysql : Column count of mysql.user is wrong

hello..,

when i try to create user in mysql i got below error... please guide me to solve this error...

ERROR 1558 (HY000): Column count of mysql.user is wrong. Expected 42, found 39. Created with MySQL 50173, now running 50557.
MySQL Add a comment
levi
asked Sep 05 2017

Answer

0

Need to update the Mysql using the command as follow ""mysql_upgrade --force -uroot -p"",

Then you can proceed the Column count of mysql.user

Add a comment
linuxhelp
asked Jan 14 2019
Post your Answer