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)
    class Mysql
    void
    connect
    (
    string host
    ,
    uint port
    ,
    string user
    ,
    string pass
    ,
    string db
    ,
    string unixSocket
    )
  2. void connect(string host, uint port, string user, string pass, string db)
  3. void connect(string host, string user, string pass, string db)
  4. void connect(string host, string user, string pass)

Meta