On Wed, Oct 20, 2010 at 10:25:58AM -0400, David L Lambert wrote:
> 
> as root starts the server, with the following output; "/etc/init.d/mysqld
> stop" in a different terminal stops it fine:


Since you've been starting "mysqld_safe" directly outside of the
initscripts, you might have screwed up the selinux labels. Try fixing
these by running:

        restorecon -R /var/lib/mysql
        restorecon /var/log/mysqld.log /var/lib/mysql/mysql.sock
        restorecon /var/run/mysqld/mysqld.pid

Does starting it via "service" instead of running the script directly
make any difference?

        /sbin/service mysqld start


  -jf

_______________________________________________
rhelv6-beta-list mailing list
rhelv6-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv6-beta-list

Reply via email to