17 messages in com.mysql.lists.plusplusRe: mysql++ 3.0 beta2 Connecting trou...
FromSent OnAttachments
Bart Verstraete06 Jan 2008 06:33 
Jonathan Wakely06 Jan 2008 06:54 
Bart Verstraete07 Jan 2008 02:57 
Warren Young07 Jan 2008 05:55 
Jim07 Jan 2008 05:59 
Bart Verstraete08 Jan 2008 04:29 
Bart Verstraete08 Jan 2008 06:29 
Warren Young08 Jan 2008 11:49 
Bart Verstraete08 Jan 2008 12:39 
Warren Young08 Jan 2008 12:56 
Jim09 Jan 2008 09:01 
Bart Verstraete10 Jan 2008 00:05 
Bart Verstraete10 Jan 2008 00:20 
Bart Verstraete10 Jan 2008 00:46 
Bart Verstraete10 Jan 2008 01:20 
Warren Young10 Jan 2008 16:14 
Warren Young10 Jan 2008 16:19 
Subject:Re: mysql++ 3.0 beta2 Connecting troubles
From:Bart Verstraete (bart@telenet.be)
Date:01/07/2008 02:57:06 AM
List:com.mysql.lists.plusplus

Jonathan Wakely schreef:

On 06/01/2008, Bart Verstraete <bart@telenet.be> 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.

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.