Categories
Tutorials

Install Everything with Brew

Installing MySQL and running the service:

brew install mysql
brew services start mysql
Categories
WordPress

Shortest Way to Change Your WordPress Password in MySQL

Run this query:

UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';
Categories
WordPress

Shortest Way to Change Your WordPress Password in MySQL

Run this query:

UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';
Design a site like this with WordPress.com
Get started