4.1: mysql_install_db fails with missing file

4.1: mysql_install_db fails with missing file

am 18.02.2003 23:41:31 von Paul DuBois

In 4.1, mysql_install_db doesn't work.

How-to-repeat:

Build and install, then cd into the bin directory and run:

bin/mysql_install_db

The result is:

Installing all prepared tables
cat: fill_help_tables.sql: No such file or directory


mysql_install_db.sh contains the following sequence:

echo "Installing all prepared tables"
if (
cat << END_OF_DATA
use mysql;
$c_d
$i_d

$c_h
$i_h

$c_u
$i_u

$c_f
$i_f

$c_t
$c_c
END_OF_DATA
cat fill_help_tables.sql
) | eval "$execdir/mysqld $defaults --bootstrap --skip-grant-tables \
--basedir=$basedir --datadir=$ldata --skip-innodb --skip-bdb $args"

etc.

Note that "cat fill_help_tables.sql" command. fill_help_tables.sql
doesn't seem to be installed anywhere.

------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread13806@lists.mysql.com
To unsubscribe, e-mail