HSQL-MySQL: non-standard port
How could the port be specified if it is not the usual 3306? Synopsis connect<http://htoolkit.sourceforge.net/doc/hsql/Database.HSQL.MySQL.html#v%3Aconnect>:: String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>-> IO<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#t%3AIO> Connection<http://htoolkit.sourceforge.net/doc/hsql/Database.HSQL.Types.html#t%3AConnection> module Database.HSQL<http://htoolkit.sourceforge.net/doc/hsql/Database.HSQL.html> Documentation *connect*:: String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>Server name-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>Database name-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>User identifier-> String<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Char.html#t%3AString>Authentication string (password)-> IO<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#t%3AIO> Connection<http://htoolkit.sourceforge.net/doc/hsql/Database.HSQL.Types.html#t%3AConnection> Thanks, Quan
participants (1)
-
Quan Ta