Installing MySQL and running the service:
brew install mysql
brew services start mysql
Installing MySQL and running the service:
brew install mysql
brew services start mysql
Run this query:
UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';
Run this query:
UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';