To reset the MySQL root password, login to the mysql shell and run the following commands:
SET PASSWORD FOR root@localhost=PASSWORD('RootPasswordHere');
FLUSH PRIVILEGES;
To reset the MySQL root password, login to the mysql shell and run the following commands:
SET PASSWORD FOR root@localhost=PASSWORD('RootPasswordHere');
FLUSH PRIVILEGES;
Recent Comments