./bin/mysqld_safe --defaults-file=/etc/my.cnf
I tried starting mySQL with the above commands and get the following errors:
nohup: ignoring input and redirecting stderr to stdout
Starting mysqld daemon with databases from /usr/local/mysql5/data
STOPPING server from pid file /usr/local/mysql5/log/mysqld_safe.pid
080923 15:19:43 mysqld endedCould anyone help me understand whats happening overe here? Is there anything wrong with my.cnf?