| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Bart Verstraete | Date: | January 6 2008 2:34pm |
| Subject: | mysql++ 3.0 beta2 Connecting troubles | ||
| View as plain text | |||
Why wont this work?
m_connected = connect("TEST", "127.0.0.1", "user", "pw", 3307);
It compiles without an error but while connecting it trows a exception
"Access denied ....blablabla". The db is tunneled via ssh on port 3307
The following works if the db is installed localy.
m_connected = connect("TEST", 0, "user", "pw", 3306);
a bug?
grts
