Skip to content

Instantly share code, notes, and snippets.

View aneeshpadmanabhan's full-sized avatar

Aneesh Padmanabhan aneeshpadmanabhan

  • Walmart
  • Sunnyvale
View GitHub Profile

Reset mysql root password in Mac OS:

First Stop MySQL:

  1. Go to: 'System Preferences' >> 'MySQL' and stop MySQL

OR,

  1. sudo /usr/local/mysql/support-files/mysql.server start
  2. sudo /usr/local/mysql/support-files/mysql.server stop