Bug #37476 mysql_install_db remembers old setting
Submitted: 18 Jun 2008 12:07 Modified: 24 Apr 2018 11:35
Reporter: Susanne Ebrecht Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[18 Jun 2008 12:07] Susanne Ebrecht
Description:
Get a fresh tree.

$ ./configure ... --prefix=abc
$ gmake
$ gmake install

Remove "abc" from disk.

$ ./configure ... --prefix=def
$ gmake
$ gmake install

Now join "def" and try ./bin/mysql_install_db

it will fail because it will search in "abc" instead of "def".

How to repeat:
See above

Suggested fix:
Check at mysql_install_db if it's values are old.
[24 Apr 2018 11:35] Yngve Svendsen
Posted by developer:
 
Obsolete MySQL version, and mysql_install_db is riding off into the sunset. Thus closing.