Hello,
I am using fedora 8, and trying to install mysql-5.0.51a-linux-i686. The script runs well:
scripts/mysql_install_db --user=mysql
but when i try to start the daemon using:
cd . ; ./bin/mysqld_safe &
or
cd . ; ./bin/mysqld_safe & --user=mysql
i get this error message:
STOPPING server...