MySQl 4.0 and MySql 4.1 use a different protocol that is what I found out. After installing all current drivers (ODBC and jars) all my programs that were using mysql worked again.
You cant connect to 4.1 with mysql-connector-java-3.0.6-stable-bin.jar http://dev.mysql.com/downloads/connector/j/3.0.html Current Driver is: 3.0.16-ga I wonder if this driver will solve your problems Oliver > -----Urspr�ngliche Nachricht----- > Von: Roberto [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 16. November 2004 16:36 > An: [EMAIL PROTECTED] > Betreff: Re: MySQL Failed Connection... > > Oliver, > I tried with: > mysql-connector-java-3.0.6-stable-bin.jar & then with > mysql-connector-java-3.0.14-production-bin.jar > > but the problems is still the same :-( > > Ciao > Roberto > > ----- Original Message ----- > From: "Oliver Neumann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 16, 2004 4:15 PM > Subject: AW: MySQL Failed Connection... > > > > you need an update of the mysql driver for mysql version 4.1 > > > > Current ODBC and jar drivers can be found on mysql.com > > > > (solved my issues with it) > > > > Oliver > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
