On 06/01/2008, Bart Verstraete <bartverstraete@stripped> wrote:
> 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
It's almost certainly nothing to do with mysql++ - try connecting to
the same DB through the same ssh tunnel using the `mysql' command line
client and see if that works.
If that fails as well then obviously the reason mysql++ fails to
connect is that you don't have permission to access the DB using that
setup.
Jon