Jonathan Wakely schreef:
> 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
>
>
Thats the problem, I can connect to the remote db thought the tunnel
with 'mysql', 'mysql-admin', 'mysql-query-browser', etc. But not with
mysql++3.0 the only thing it says 'Access denied no permission' or
something but with te same user and pw I can connect with 'mysql' and
others. Pls help.