Check to see if mysqld process running / View process


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # search process by name
  2. ps xa | grep mysqld
  3.  
  4. ps xa

Report this snippet


Comments


You need to login to view comments.