X
X
X
X

Knowledge Base

HomepageKnowledge BaseHosting ManagementsDirectadminDirectadmin How To Check, Re...

Directadmin How To Check, Repair & Optimize All Tables in All Databases with SSH

Hi

if you want check, repair and optimize all tables on server you can use this commands.

mysqlcheck -uda_admin -p`grep "^passwd=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2` --auto-repair --optimize --all-databases

this command start all mysql's one by one

Regards

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(486 times viewed / 3 people found it helpful)

wp wp Top