Skip to main content

Check and Optimize MySQL Database Automatically with Crontab/Cron

รูปภาพของ sothorn

บันทึกกันลืม

Check and Optimize MySQL Database Automatically with Crontab/Cron

 

0 1 * * * mysqlcheck -Aao –auto-repair -u root -p[password] > /dev/null

 

ที่มา : http://www.mydigitallife.info/2007/09/21/check-and-optimize-mysql-databa...