Tutorials

Repair db / table mysql on centos

|| what is mysql
please take a look this..

|| how to repair db mysql on linux centos

# /etc/init.d/mysqld stop
# myisamchk -r -q /var/lib/mysql/DB_NAME/*.MYI
# /etc/init.d/mysqld start

|| how to repair table mysql

# /etc/init.d/mysqld stop
# myisamchk -r -q /var/lib/mysql/DB_NAME/TABLE_NAME.MYI
# /etc/init.d/mysqld start

|| links
| google
| thegeekstuff

Hi, I’m Sysadmin.ID

Leave a Reply

Your email address will not be published. Required fields are marked *