X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

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?
(129 times viewed. / 0 people found helpful.)