Hi, Can anybody please tell me how can i repair a SQL DB via SSH? Lets say I have a DB named user_dbname and some tables got problem with them then how can i repair them via ssh? Actually I want to add this command in cron job to auto repeat because of the nature of problem. Please help me.
Got the solution.. I must share that command. I hope someone must be looking for it mysqlcheck -repair -u[username] -p[password] db_name