INFORMATICS

The Best

Repair table in MySQL

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

The document translated automatically
Repair table in MySQL
How to fix "table is marked as crashed and should be repaired"

When working with MySql database may be damaged table is narpawa solution to this table, you can do this in several ways by logging on to the console phpmyadmin.

or by issuing the command from the command line.

log in to your account as an administrator and spend the following command

$ Mysql -uroot p databasename

REPAIR TABLE tablename;

After the command takes place just repair the structure of the table.

The next edition of the command REPAIR TABLE tablename;

show that the structure of a table in a MySQL database is correct.

 

 

 

Search