FLUSH privileges error after up-gradation of php
If you get following error with FLUSH privileges command after upgrading your php or mysql
FLUSH privileges;
ERROR 1146 (42S02): Table 'mysql.servers' doesn't exist
Solutions:
Run the following command:
mysql_upgrade -u your_username -p
Comments
Post a Comment