MySql password change

To change the mysql password from windows you need to perform the following dteps – Open CMD run the following command mysqladmin -u root password NEWPASSWORD where ‘NEWPASSWORD’ is new password and ‘root’ is the […]

Share Button