Home Database MySQL Change the MySQL Root User Password

Change the MySQL Root User Password

0
1233

Simple command for Changing the root user password for MySQL using mysqladmin.


To change the MySQL root password to PaSsWoRd, use:

mysqladmin -u root password PaSsWoRd

error: Content is protected !!