you may use the mysql client utility ready by mysql server installation "mysqlcheck" to do the repair
sample command as follow:
shell> mysqlcheck -u <user_name> -p<password> --auto-repair <database_name> <table_name> &
In my blog, i would discuss the problem i face in daily routine. Following are some of them: mysql error, mysql replication, mysql database corrupted repair, innodb tablespace corruption, mysql storage engines, mysql optimization and tuning, reinstall mysql linux server, linux command for dummies, linux administration tips, mysql administration tips, Linux server benchmarking
No comments:
Post a Comment