Monday, May 28, 2012

Table 'mysql.servers' doesn't exist

mysql> flush privileges;
ERROR 1146 (42S02): Table 'mysql.servers' doesn't exist


Solution:
run this command
# mysql_fix_privilege_tables --password=ajeesh123




No comments:

Post a Comment