When you specify which database to use just specify the connection info to the database.
Typically connection info consists of:
- hostname or IP address (defaults to localhost usually)
- port (usually just leave at default)
- database name (you choose this during setup typically)
- username / password
|