| ID: 137 |
Category: MySQL |
Date Posted: 07/02/2010 |
Page Impressions : 1,045 |
|
 |
Change MySQL root password |
|
MySQL is first set up with root and no password. The best thing to do is change this, as soon as MySQL is installed.
To change the root password in MySQL enter the following in the terminal:-
sudo mysqladmin -u root password {yournewpassword}
Replace {yournewpassword with your own password}
|
|
|