Re: I get an error
Posted by: Bram Dekker
Date: October 13, 2005 02:27AM

Hi all,

Looks like errors mentioned earlier. Here it comes:

Connecting to source database and retrieve schemata names.
Create a dummy schema list because Access only has one schema for each file.
Return schemata list.
Schemata names retrieved successfully.
Initializing JDBC driver ...
Driver class MySQL JDBC Driver 3.1
Opening connection ...
Connection jdbc:mysql://127.0.0.1:3306/?user=root&password=maup&eva&useServerPrepStmts=false
The connection to the target database could not be established (error: 0).
Access denied for user 'root'@'localhost' (using password: YES)
Details:
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921)
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:770)
com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3641)
com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1175)
com.mysql.jdbc.Connection.createNewIO(Connection.java:2544)
com.mysql.jdbc.Connection.<init>(Connection.java:1474)
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:264)
java.sql.DriverManager.getConnection(Unknown Source)
java.sql.DriverManager.getConnection(Unknown Source)
com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(Unknown Source)
com.mysql.grt.modules.ReverseEngineeringGeneric.getVersion(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.mysql.grt.Grt.callModuleFunction(Unknown Source)

Has somebody a solution to this problem.

Greetings Bram

Options: ReplyQuote


Subject
Written By
Posted
July 27, 2005 07:45PM
July 29, 2005 01:33PM
September 02, 2005 12:37PM
Re: I get an error
October 13, 2005 02:27AM


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.