Showing posts with label Missing system table mysql.proxies_priv. Show all posts
Showing posts with label Missing system table mysql.proxies_priv. Show all posts

Friday, July 4, 2014

mysql Error : Missing system table mysql.proxies_priv

To remove the error, run following command
sudo mysql_upgrade -u root -p
If your system does not identify mysql_upgrade, you can try these two commands.
mysqlcheck --no-defaults --check-upgrade --all-databases --auto-repair
mysql < fix_priv_tables