homehome previousprevious nextnext
 
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.

  • Host name/IP address: localhost
  • Port: 3306
  • User name: root
  • Password: <blank>

See also:
General Settings

 

Copyright 1999 - 2007. PremiumSoft TM CyberTech Ltd All rights reserved
MySQL TM is a trademark of MySQL AB in the United States and other countries.