When you get the following MySQL errors:
ERROR 1133 (28000): Can't find any matching row in the user table ERROR 1194 (HY000): Table 'user' is marked as crashed and should be repaired
Run:
mysqlcheck --repair --all-databases
When you get the following MySQL errors:
ERROR 1133 (28000): Can't find any matching row in the user table ERROR 1194 (HY000): Table 'user' is marked as crashed and should be repaired
Run:
mysqlcheck --repair --all-databases