MySQL uses two processes, mysqld and mysqld_safe, if you kill mysqld process only and leave mysqld_safe running it will spawn another mysqld process. If you need to kill mysql kill both mysqld and mysqld_safe processes (kill -9 pidof_mysqld pidof_mysqld_safe)