| Localhost Connection Settings
When you attempt to connect to a 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.
- Host name/IP address: localhost
- Port: 3306 (MySQL default - 3306, PostgreSQL default - 5432)
- User name: Your Username
- Password: Your Password
See also:
General Settings

|