Gleb Paharenko wrote:
Hello.

Are you able to start mysqld without using /etc/init.d/mysql, manually
invoking mysqld_safe or mysqld? From my experience, SELinux can cause
different problems, check if you have it enabled. Follow general
recommendations from:
  http://dev.mysql.com/doc/refman/5.0/en/starting-server.html



I can launch it without a problem with mysqld_safe or with mysqld:

/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/localhost.pid --skip-locking --socket=/var/lib/mysql/mysql.sock &

maybe it's really a problem about SELinux. Yesterday I've update the following library because I had a problem during the setup process of Mathlab:

selinux-policy-targeted-1.27.1-2.16.noarch.rpm

Now I'm going to put SELinux in permissive mode to see what happen.

Thanks

Rick



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to