Your privilege table structure seems to be older than this MySQL version!

You can see this error when adding new Users in PhpMyAdmin. To fix this you can try to run following command from bash:

mysql_upgrade --force -u root -p

and enter mysql root password.

If you still get the same error, you are running old version of phpmyadmin and you need to update it – https://www.phpmyadmin.net/

Write a Comment

Comment