Skip to content

Instantly share code, notes, and snippets.

View RolandaAnwar's full-sized avatar
🎯
Focusing

Rolanda Anwar RolandaAnwar

🎯
Focusing
View GitHub Profile
@zubaer-ahammed
zubaer-ahammed / Reset MySQL Root Password in Mac OS.md
Last active March 19, 2025 02:28
Reset MySQL Root Password in Mac OS

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