mysql 4.1 to mysql 5.0.18
Posted by: Brian Keith
Date: January 11, 2006 05:27PM

I try to use the migration tool and get the following error message.

Connecting to source database and retrieve schemata names.
Initializing JDBC driver ...
Driver class MySQL JDBC Driver 3.1
Opening connection ...
Connection jdbc:mysql://localhost:3306/?user=root&password=xxxx&useServerPrepStmts=false
The list of schema names could not be retrieved (error: 0).
ReverseEngineeringMysqlJdbc.getSchemata :URLDecoder: Incomplete trailing escape (%) pattern
Details:
java.net.URLDecoder.decode(Unknown Source)
com.mysql.jdbc.NonRegisteringDriver.parseURL(NonRegisteringDriver.java:479)
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:261)
java.sql.DriverManager.getConnection(Unknown Source)
java.sql.DriverManager.getConnection(Unknown Source)
com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(Unknown Source)
com.mysql.grt.modules.ReverseEngineeringMysqlJdbc.getSchemata(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)


I notice 4.1 does not have schema_information tables. Is that the problem? I've read where some have got it to work.
Thanks for any help.



Edited 1 time(s). Last edit at 01/11/2006 05:27PM by Brian Keith.

Options: ReplyQuote


Subject
Written By
Posted
mysql 4.1 to mysql 5.0.18
January 11, 2006 05:27PM


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.