I go to mysql folder
shell mysql>bin/mysqld_safe --user=root &
does not start mysql server
It shows the message
Starting mysql deamon with databases etc etc
mysqld ended
so mysqld gets ended automatically and it doesnt stay on.
I tried many other ways like bin/safe_mysqld --user=mysql also didnt work.
Pl. help