MySQL Localhost Connection Settings

When you attempt to connect to a MySQL server, the server accepts or rejects the connection based on your identity and whether or not you can verify your identity by supplying the correct password.

By default, MySQL gives "root" as username and leave the password field blank.


See also:
General Settings for MySQL