LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   MySQL 5.5 Start-Up Error (https://www.linuxquestions.org/questions/slackware-14/mysql-5-5-start-up-error-4175420272/)

tpreitzel 08-03-2012 06:34 PM

MySQL 5.5 Start-Up Error
 
With -current, I receive the following error in my log (/var/lib/mysql/*.err) when attempting to start MySQL via rc.mysqld:

[ERROR] /usr/libexec/mysqld: unknown option '--skip-locking'
120803 17:29:51 [ERROR] Aborting


Naturally, with the error, mysqld never starts ...

willysr 08-03-2012 07:19 PM

find your .cnf configuration and look for skip-locking and change it into skip-external-locking

tpreitzel 08-03-2012 08:43 PM

Quote:

Originally Posted by willysr (Post 4745453)
find your .cnf configuration and look for skip-locking and change it into skip-external-locking

I looked at the /etc/mysql directory earlier, but I totally skipped /etc/my.cnf which lies in /etc instead of /etc/mysql.

Anyway, it WORKED! Thanks!


All times are GMT -5. The time now is 12:15 PM.