X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

Repairing and Checking MySQL and MariaDB Database Tables

Repairing and Checking MySQL and MariaDB Database Tables
HomepageKnowledge BaseGeneralRepairing and Checking MySQL and Ma...
Repairing and Checking MySQL and MariaDB Database Tables

You can use the commands below to learn how to check and repair errors in your MySQL or MariaDB databases and/or tables.

You can use the command below to check.

mysqlcheck -o --all-databases


You can use the following command for Checking and Repair.

mysqlcheck --auto-repair -o --all-databases

The parameters are below.

-c = Control
-a = Analysis
-o = Optimize
-r = Repair
-A = All Databases
--auto-repair = Auto Repair
--tables = Tables

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(432 times viewed. / 0 people found helpful.)