Saturday, September 3, 2022

How to change MySQL root password - XAMPP

 First open Xampp control panel and make sure the MySQL service is running. Then click on Shell button









Wait till the shell open, then type :

mysqladmin -u root -p





Enter your new password and verify new password. That's it.

No comments:

Post a Comment