On 12/16/09 7:58 PM, Hiromichi Watari wrote:
> I get this unknown option --skip-bdb error, does anybody have any idea about this ?
> Thanks,
> Hiromichi
>
>
> hwatari@hwatari-desktop2:/usr/local/mysql$ sudo scripts/mysql_install_db --user=mysql
> --basedir=/usr/local/mysql
> Installing MySQL system tables...
> 091216 16:45:13 [ERROR] /usr/local/mysql/bin/mysqld: unknown option '--skip-bdb'
> 091216 16:45:13 [ERROR] Aborting
>
This is on Linux? Somehow it appears that you are using the perl version
of mysql_install_db. Could you reply with the output of:
file scripts/mysql_install_db
In the mean time, you can edit the file and remove the reference to this
option.