Hi
Hast Du denn auch brav das
"user@linux /usr/src/mysql-4.0.0/scripts/ $ ./mysql_install_db"
Script ausgeführt?
Nein. Habs ebe nachgeholt. Das Ergebnis sah vielversprechend aus:
inux:/usr/scr/mysql-4.0.13/scripts # ./mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
030703 13:29:27 /usr/local/mysql/libexec/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/local/mysql/bin/mysqladmin -u root password 'new-password'
/usr/local/mysql/bin/mysqladmin -u root -h linux password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr/local/mysql ; /usr/local/mysql/bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the /usr/local/mysql/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
linux:/usr/scr/mysql-4.0.13/scripts #
Dann der Start (und die Ernüchterung)
linux:/ # /usr/local/mysql/bin/mysqld_safe &
[1] 3410
linux:/ # Starting mysqld daemon with databases from /var/local/mysql
030703 13:31:41 mysqld ended
Das Logfile:
...
030703 13:31:38 mysqld started
030703 13:31:39 InnoDB: Started
030703 13:31:39 Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
030703 13:31:39 Aborting
030703 13:31:39 InnoDB: Starting shutdown...
030703 13:31:41 InnoDB: Shutdown completed
030703 13:31:41 /usr/local/mysql/libexec/mysqld: Shutdown Complete
030703 13:31:41 mysqld ended
Was nun?
MfG Steffen