úÎ Þ X   1Connection information to use with connectMySQL. >You must either supply a host and port, or the name of a Unix  socket. e.g., "db1.example.com" e.g., "scott" e.g., "tiger" the "default" database name; e.g., "emp" e.g., 3306 e.g., "/var/lib/ mysql.sock" BTypical connection information, meant to be overridden partially,  for example:  < connectMySQL defaultMySQLConnectInfo { mysqlHost = "db1" } &In particular, the default values are " 127.0.0.1" as the  host, 3306 as the port, "root" as the user, no password,  and "test" as the default database. 1Connects to a MySQL database using the specified  connection information.          HDBC-mysql-0.2Database.HDBC.MySQLDatabase.HDBC.MySQL.ConnectionMySQLConnectInfo mysqlHost mysqlUser mysqlPassword mysqlDatabase mysqlPortmysqlUnixSocketdefaultMySQLConnectInfo connectMySQL