/usr/local/mysql/bin/safe_mysqld &
The reason you need to run safe_mysqld in the
background -- and the reason you should run it instead of directly
running mysqld -- is that the
safe_mysqld script starts
mysqld and then continuously verifies that
mysqld stays running. If MySQL dies
unexpectedly, safe_mysqld will restart it.