MySQL Forums
Forum List  »  General

Re: mysqld service won't start after server move
Posted by: Phil Pillera
Date: July 26, 2013 04:07PM

You're absolutely right, I typo'd the command when I typed it in here but typed it correctly on the box. On the machine (for those who may have googled and found this page) I typed "chown -R mysql:mysql /var/lib/mysql".

What it ended up being was SELinux. I feel like a moron. I NEVER use SEL (and I know, I should), but for whatever reason I didn't disable it on this particular server. Rather than just disabling it, I ran a "restorecon -Rv /var/lib/mysql", then "mysqladmin shutdown", and "systemctl start mysqld.service" and it fired right up.

Thanks for reminding me to pull my head out of my butt, all is working well!

Options: ReplyQuote


Subject
Written By
Posted
Re: mysqld service won't start after server move
July 26, 2013 04:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.