| From passwordless to passworded root |
|
|
|
| Written by Carl Friis-Hansen |
| Sunday, 27 April 2008 19:29 |
|
In a terminal do the following whatever system you are running (Mac, Linux, Windows, Unix): mysql -u root mysql The case is that when you first install MySQL, local users can login without authentication. Secondly user root doesn't have a password, as this makes the installation easier and the user is guaranteed access. |
| Last Updated on Monday, 28 April 2008 01:18 |