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

RSS Icon Subscribe to comments

You need to login to post a comment.