You can't tell me this isn't in the archives.
Since you didn't run it as
mysql_install_db --user=mysql
the databases were created with the wrong owner.
chown -R mysql /usr/local/mysql/var ( or whatever it is on your system )
I wish mysql_install_db would error out and complain if no user is
spe
On system: SuSE 7.1 Professional
MySql version: Ver 3.23.32 for pc-linux-gnu on i686
have also run the mysql_install_db, which says that all files have been
installed.
when running safe_mysql &
1) mysqld errors out
2) I get the following in linux.err
Jerry