mysql update problem
Posted by: Natalia Lopez
Date: March 09, 2005 08:12AM

Hi !!!
I was working ok, with hibernate and mysql but yesterday I try to install the new mysql version (4.1.10) and receive the following error when I try to connect

Initializing Hibernate

INFO - Hibernate 2.1.6

INFO - hibernate.properties not found

INFO - using CGLIB reflection optimizer

INFO - configuring from resource: /hibernate.cfg.xml

INFO - Configuration resource: /hibernate.cfg.xml

INFO - Mapping resource: com/tutorial/hibernate/core/News.hbm.xml

INFO - Mapping class: com.tutorial.hibernate.core.News -> news

INFO - Configured SessionFactory: null

INFO - processing one-to-many association mappings

INFO - processing one-to-one association property references

INFO - processing foreign key constraints

INFO - Using dialect: net.sf.hibernate.dialect.MySQLDialect

INFO - Maximim outer join fetch depth: 2

INFO - Use outer join fetching: true

INFO - Using Hibernate built-in connection pool (not for production use!)

INFO - Hibernate connection pool size: 20

INFO - using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://localhost/unnobanews

INFO - connection properties: {user=news, password=news}

INFO - Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory

INFO - No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)

WARN - Could not obtain connection metadata

java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?

at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)

at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)

at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)

at org.gjt.mm.mysql.Driver.connect(Unknown Source)

at java.sql.DriverManager.getConnection(DriverManager.java:512)

at java.sql.DriverManager.getConnection(DriverManager.java:140)

Somewhere I red that was necessary to update the jdbc driver, so I updated it from version nro 2 to version nro 3.1.7 but still the error
Phpmyadmin works ok and mysql control center can connect ok too.
But when I try a telnet localhost:3306 I receive and error of connection filed
Anyway the mysql status thowme correct information, that it working ok!
Any idea ?
King regards

Naty

Options: ReplyQuote


Subject
Written By
Posted
mysql update problem
March 09, 2005 08:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.