Error Saving Account
Error creating account vpopmail@%: Column countof mysql.user is wrong, Expected 42…
Please use myslq_upgrade to fix this error.
mysql_upgrade -u root -p
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
[root@ns1 etc]# mysql_upgrade -u root -p Enter password: Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck Running 'mysqlcheck with default connection arguments Running 'mysqlcheck with default connection arguments Error : Table 'ihave.wp_tp_special_offer' doesn't exist status : Operation failed mysql.columns_priv OK mysql.db OK mysql.event OK mysql.func OK mysql.general_log OK mysql.help_category OK mysql.help_keyword OK mysql.help_relation OK mysql.help_topic OK mysql.host OK mysql.ndb_binlog_index OK mysql.plugin OK mysql.proc OK mysql.procs_priv OK mysql.servers OK mysql.slow_log OK mysql.tables_priv OK mysql.time_zone OK mysql.time_zone_leap_second OK mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK Repairing tables ihave.wp_tp_special_offer Error : Table 'ihave.wp_tp_special_offer' doesn't exist status : Operation failed Running 'mysql_fix_privilege_tables'... OK |