Skip to content

Instantly share code, notes, and snippets.

View jryanconklin's full-sized avatar

J. Ryan Conklin jryanconklin

View GitHub Profile
@crittermike
crittermike / pr_template.md
Last active August 14, 2018 14:31
Pull request template

Ticket URL

Description

Testing notes

Other info

Screenshots

@vitorbritto
vitorbritto / rm_mysql.md
Last active July 5, 2024 17:22
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

    brew remove mysql