Error MySQL: “Table is marked as crashed and should be repaired”

  MySQL

if you review the MySQL logs and appear the error : “Table is marked as crashed and should be repaired”, you must to repair BBDD.

For repair database, you must execute this command:

 mysqlcheck -uuser -p --databases database_name --auto-repair

LEAVE A COMMENT