Skip to content

Instantly share code, notes, and snippets.

View ankitthakur's full-sized avatar

Ankit Thakur ankitthakur

View GitHub Profile
@ankitthakur
ankitthakur / rm_mysql.md
Created May 18, 2018 09:43 — forked from vitorbritto/rm_mysql.md
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

@ankitthakur
ankitthakur / 0_reuse_code.js
Created March 4, 2016 12:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console