MySQL Forums
Forum List  »  Install & Repo

Re: mysqld fails to startup on Fedora Core 3
Posted by: Joe Ritchey
Date: January 05, 2005 12:33PM

try this:
unistall MySQL

setenforce 0

this sets SELinux to permissive mode
reinstall MySQL

restorecon -R /var/lib/mysql /var/log/mysqld.log

or where ever your installation of MySQL is stored, don't forget the log files too
This reset the SELinux securitity context for those files and directories
Then reset SELinux back to enforce mode

setenforce 1

Options: ReplyQuote


Subject
Written By
Posted
Re: mysqld fails to startup on Fedora Core 3
January 05, 2005 12:33PM


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.