Mysql.connect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void connect(string host, uint port, string user, string pass, string db, string unixSocket, string charset)
    class Mysql
    void
    connect
    (
    string host
    ,
    uint port
    ,
    string user
    ,
    string pass
    ,
    string db
    ,
    string unixSocket
    ,
    string charset = null
    )
  2. void connect(string host, uint port, string user, string pass, string db, string charset)
  3. void connect(string host, string user, string pass, string db)
  4. void connect(string host, string user, string pass)

Meta