MySQL Forums
Forum List  »  Falcon

Re: mysql_install_db error
Posted by: Tobias Asplund
Date: November 02, 2007 03:15PM

mysql_install_db is a shell script, you can manually go in and remove all references to --skip-bdb

mysqld doesn't recognize this as an option in 6.0 (we used to have the same bug in 5.1, but the fix doesn't seem to have been merged into 6.0 yet) and throws an error since the mysql_install_db script calls for an option that doesn't exist.

It's safe to do in and just remove the "skip-bdb" references in this file and try again.

Options: ReplyQuote


Subject
Written By
Posted
September 25, 2007 12:40PM
September 25, 2007 09:23PM
September 26, 2007 02:50PM
September 29, 2007 02:51PM
October 02, 2007 02:40PM
November 02, 2007 01:52PM
Re: mysql_install_db error
November 02, 2007 03:15PM
November 15, 2007 10:49AM
November 26, 2007 04:48PM
November 27, 2007 03:09PM


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.