hack

When your mysql server has crashed and won't restart, it probably needs repair

But egads, how do you repair it when you can't start it??
Dabitch 1 min read
When your mysql server has crashed and won't restart, it probably needs repair

But egads, how do you repair it when you can't start it??

First, find the dang mysql files. The data usuallly hides in /var/mysql - this is uncool because that'll eat up your root partition - try something like /opt/bitnami/mysql/ or somehwere.... /stack/mysql/data if you have it on another EDS

Then


myisamchk -fr *MYI


You'll probably run into this too:
 

MyISAM-table 'whatever.MYI' is not fixed because of errors


Try fixing it by using the --safe-recover (-o), the --force (-f) option or by not using the --quick (-q) flag

Oh, and when you DO get that database started again, do mysqlcheck -Arp

Enjoy!

Share
Comments
More from Dabitch.net
Moving off S3 with Drupal 7
hack

Moving off S3 with Drupal 7

It seemed a great idea to use S3, but after receiving a DMCA takedown request from them regarding a film I stored there, I knew that I needed to move.
Dabitch 3 min read

Dabitch.net

Everything is so random there must be a pattern

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to Dabitch.net.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.