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 […]
Learning Never Ends …
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 […]