MySQL Forums
Forum List  »  Source, Builds, Binaries

[ERROR] /home/andreas/programme/mysql/libexec/mysqld: unknown option '--skip-federated'
Posted by: Andreas Költringer
Date: August 10, 2009 02:10PM

hi,

i built mysql from source (mysql-5.1.37.tar.gz)
i didn't encounter any problem with the following steps:
./configure --prefix=/home/andreas/programme/mysql
make
make install

but on running (as root)
bin/mysql_install_db --user=mysql --basedir=/home/andreas/programme/mysql --datadir=/home/andreas/programme/mysql/data

i got the following error message (at the end)
(and none of the proposed solutions worked)!

can anyone help on this?
(i use kubuntu 9.04)

thanks
Andy


Installing MySQL system tables...
090810 21:30:05 [ERROR] /home/andreas/programme/mysql/libexec/mysqld: unknown option '--skip-federated'
090810 21:30:05 [ERROR] Aborting

090810 21:30:05 [Note] /home/andreas/programme/mysql/libexec/mysqld: Shutdown complete


Installation of system tables failed! Examine the logs in
/home/andreas/programme/mysql/data for more information.

You can try to start the mysqld daemon with:

shell> /home/andreas/programme/mysql/libexec/mysqld --skip-grant &

and use the command line tool /home/andreas/programme/mysql/bin/mysql
to connect to the mysql database and look at the grant tables:

shell> /home/andreas/programme/mysql/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /home/andreas/programme/mysql/data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com/. Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /home/andreas/programme/mysql/scripts/mysqlbug script!

Options: ReplyQuote


Subject
Views
Written By
Posted
[ERROR] /home/andreas/programme/mysql/libexec/mysqld: unknown option '--skip-federated'
3708
August 10, 2009 02:10PM


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.