AFAIK, If you start mysqld normally using startup script or as a service and if mysqld would crash than mysqld_safe would restart it automatically because mysqld_safe is the control script, which is responsible for automatic starting mysqld. However, if you start mysqld directly like : "/usr/sbin/mysqld &" then if it crashes it should not be restarted automatically.
Comment