Results 1 to 1 of 1
-
9th Feb 2012, 12:02 PM #1OPMemberWebsite's:
AVANETCO.COM AVAVPS.COMHow to repair all MySQL databases on a server in one go
Here's a quick & ditry trick to repair all MySQL databases on a server, in one go.
Run the following commands on your server, in the console as root.
PHP Code:
PHP Code:mysqlcheck --all-databases -r #repair
mysqlcheck --all-databases -a #analyze
mysqlcheck --all-databases -o #optimize
Albert.Nawaro Reviewed by Albert.Nawaro on . How to repair all MySQL databases on a server in one go Here's a quick & ditry trick to repair all MySQL databases on a server, in one go. Run the following commands on your server, in the console as root. PHP Code: mysqlcheck --all-databases -r #repair mysqlcheck --all-databases -a #analyze mysqlcheck --all-databases -o #optimize Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Mysql Server Not Starting
By msk19994 in forum Server ManagementReplies: 3Last Post: 7th Jun 2012, 06:05 PM -
How-To: Schedule Full Automatic cPanel Backups for MySQL Databases and Files
By outbreak in forum Webmaster DiscussionReplies: 0Last Post: 15th Dec 2011, 01:24 PM -
mysql auto repair table upon crash
By tdsii in forum Web Development AreaReplies: 8Last Post: 1st Mar 2011, 12:00 AM -
Check, Repair and Optimize ALL Databases with 1 command!
By Whoo in forum Technical and Security TutorialsReplies: 4Last Post: 25th May 2009, 04:10 PM -
Mysql Server
By pspuser007 in forum Server ManagementReplies: 4Last Post: 20th Nov 2008, 01:05 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...