Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ps aux | grep mysqld
  2. mysql /usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid
  3.  
  4. user@pc:~$ killall -9 mysqld mysqld_safe
  5. mysqld: no process found
  6. mysqld_safe: no process found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement