MySQL Connection Object
Add a MySQL connection to a folder.
database[@host[:port]] [user [password [unix_socket]]]
database user password
to use a MySQL server on localhost via the standard UNIX socket. Only specify host if the server is on a remote system. You can use a non-standard port, if necessary. If the UNIX socket is in a non-standard location, you can specify the full path to it after the password.
Add a MySQL connection to a folder.
database[@host[:port]] [user [password [unix_socket]]]
database user password
to use a MySQL server on localhost via the standard UNIX socket. Only specify host if the server is on a remote system. You can use a non-standard port, if necessary. If the UNIX socket is in a non-standard location, you can specify the full path to it after the password.