maanantaina, toukokuuta 04, 2015

How to change mysql root password

Use command: mysql.
Then: use mysql;
After that use command: UPDATE user SET Password=PASSWORD('newpassword') WHERE user='root';

Ei kommentteja: