database

Oxygen general issues.
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

database

Post by eHannes »

Hi,

I'm trying to test the datebase functionality of oxygen but i keep getting the message
ERROR: "java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?"

I have a MySQL server running on localhost:3306.
I'm trying the 'out of the box' solution (the predefined, that is) from oxygen 8.0.

Anybody any idea?

Hans
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

What is the JDBC driver that you tried ? Did you try also with the current generally available (GA) release of the MySQL driver ?


Regards,
Sorin
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

Post by eHannes »

Hi Sorin

I use the generic driver
url: jdbc:mysql://localhost:3306/books
driverclass: org.gjt.mm.mysql.Driver
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

Post by eHannes »

i switched to MySQL 5.0.21: mysql-connector-java-3.1.12 and it is working now.
Thanks
Post Reply