|
|
How to set the root password on MySQL
Author: Edward Hardin Reference Number: AA-00692 Views: 9147 Last Updated: 08/11/2011 04:16 PM |
0 Rating/ Voters
|
|
There are two ways of setting a new password for the root user. Setting Password via Command LineRun "MySQL Command Line Client"
Then run this query. Replace "root_password" with the desired password for the root user first. Setting Password via Instance Config WizardRun "MySQL Server Instance Config Wizard".
Go through several steps of configuration and it will ask if you would like to change the root password:
Complete the wizard and the password will be changed.
|
|
|