Skip to main content

Repair and Optimize MySQL databases in SSH

SSH repair and optimize all MySQL databases:

/usr/bin/mysqlcheck --repair --all-databases --password
/usr/bin/mysqlcheck --optimize --all-databases --password=xxxxxx

Post new comment

The content of this field is kept private and will not be shown publicly.