LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   MySQL 5.1.39 on -Current Issue (https://www.linuxquestions.org/questions/slackware-14/mysql-5-1-39-on-current-issue-759585/)

willysr 10-04-2009 07:59 AM

MySQL 5.1.39 on -Current Issue
 
I have just upgraded my laptop with -Current packages (i'm running -Current all the time) and i found an issue with the latest MySQL 5.1.39 packages.

Usually, when an upgrade is conducted, i only need to restart MySQL Daemon and everything will work, but not this time. It probably due to changed mysql_install_db script, as i have tried to remove MySQL package and re-install it again, and when i ran mysql_install_db --user=mysql, i got this following error
Code:

Installing MySQL system tables...                   
091004 19:52:20 [ERROR] /usr/libexec/mysqld: unknown option '--skip-federated'
091004 19:52:20 [ERROR] Aborting                                             

091004 19:52:20 [Note] /usr/libexec/mysqld: Shutdown complete

I'm still looking for solutions, but any help would be appreciated

razb 10-04-2009 09:06 AM

Hello, to solve this problem, edit your mysql configuration file (/etc/my.cnf) and comment skip-federated line.

disturbed1 10-04-2009 09:58 AM

Check your my.cnf, and comment out that option. (skip-federated ;) )

willysr 10-04-2009 11:16 AM

thanks
that did it :D


All times are GMT -5. The time now is 01:04 PM.