Skip to content

Instantly share code, notes, and snippets.

@mikehins
Created January 25, 2023 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikehins/cec8e76d9b530e698c496959c7f93edb to your computer and use it in GitHub Desktop.
Save mikehins/cec8e76d9b530e698c496959c7f93edb to your computer and use it in GitHub Desktop.
# Find mysql PID
ps -ef | grep mysql
sudo kill PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment