Quantcast
Channel: MySQL Forums - MySQL Workbench - Database Migration
Viewing all 561 articles
Browse latest View live

Navicat version 9.0.14 is released (no replies)

$
0
0
PremiumSoft today announces the immediate release of minor versions including:
• Navicat Premium v.9.0.14
• Navicat for MySQL v. 9.0.14
• Navicat for Oracle v. 9.0.14
• Navicat for PostgreSQL v. 9.0.14
• Navicat for SQLite v. 9.0.4

This release provides improvements on some features, as well as multiple fixes for reported errors. For detailed release note, please refer to: http://www.navicat.com/en/products/navicat_premium/premium_release.html

Navicat Premium is a multi-connections Database Administration tool allowing you to connect to MySQL, Oracle, PostgreSQL and SQLite databases simultaneously within a single application, making database administration to multiple kinds of database so easy. Navicat Premium combines the functions of other Navicat members together with below great new features:

Key Features:
- Support of SQLite
- Oracle PL/SQL Debugger
- Enhanced Code Completion
- Code Formatter
- Code outline
- Recovery of Documents from crashes
- Shortcut to open official online documents
- Option to show query results below query editor
- Storing favorite actions as shortcut
- Enhanced User Interface

30-day fully functional free trial is available at: http://www.navicat.com/download

About PremiumSoft CyberTech Limited:
PremiumSoft was founded in 1999 and is a fast growing company, aiming at accelerating application development and database management with software that enhance productivity and maximize results of our customers. With our customer-centric focus and best-of-breed products and services, PremiumSoft has been successful in making customers significantly more productive.

Copyright 1999 - 2010. PremiumSoft™ CyberTech Ltd All rights reserved

MYSQL MERGE (MULTIPLE TABLES INTO SINGLE TABLE) (no replies)

migration database MySQL 3.23.XX to MySQL 5 (2 replies)

$
0
0
I try to migrate my database from MySQL 3.23 to MySQL 5..
anyone can help me how to do that migration?
I have tried using mysqldump in MySQL 3.23 anda dump again in MySQL 5, but i get error..
I have tried using phpmyadmin, I got error too

help me please!!!thanks

MYSQL MERGE (MULTIPLE TABLES INTO SINGLE TABLE) (no replies)

Offers for integration of data (1 reply)

$
0
0
Hello,

Thanks for helping us on our last question.
We have looked at different open source offers for data integration. And we are now looking for data quality software able to complete the data integration software.

Are there any packages able to suit our needs? Different or same software makers are fine for us.

Thank you.

Migrate database from Sql Server 2008 to MySql,error (1 reply)

$
0
0
Hi all, i want migrate a database from Sql Server 2008 to MySql using a the tool MySql Migration Toolkit but when the tool is establishing the database connection i receive this error :

Connecting to source database and retrieve schemata names.
Initializing JDBC driver ...
Driver class MS SQL JDBC Driver
Opening connection ...
Connection jdbc:jtds:sqlserver://localhost:1433/Northwind;user=sa;password=;charset=utf-8;domain=
The list of schema names could not be retrieved (error: 0).
ReverseEngineeringMssql.getSchemata :Login failed for user 'sa'.
Details:
net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:365)
net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2781)
net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2224)
net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:599)
net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:331)
net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)
net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:178)
java.sql.DriverManager.getConnection(Unknown Source)
java.sql.DriverManager.getConnection(Unknown Source)
com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(ReverseEngineeringGeneric.java:141)
com.mysql.grt.modules.ReverseEngineeringMssql.getSchemata(ReverseEngineeringMssql.java:99)
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)
in SQL Server i have not user and password to connect to the database(Window Authentication) so in the Connection Parameter of SQL i insert in the Username field = "sa" and leaving blank the field password.

Do you have any idea why i receive this Error and how work out this issue?

Thanks so much for your attention.

Cheers :)

Migration from SPSS to MySQL (no replies)

$
0
0
Hi,

I was wondering if anyone could help me out. I have a lot of information stored in various statisitcal packages. I would love to store it all in a MySQL database, but I don't want to lose the data dictionary associated with the information. I an easily import from say SPSS to MySQL using csv files, but i lose the data dictionary along the way.

Is there any way of preserving the data dictionary, so that I might be able to export out from MySQL and not lose anything in the conversion. Can i use the information_schema introduced in MySQL5 to help me here?

Thanks in advance for your help,

Conor

hsqldb to mysql migtration issues (no replies)

$
0
0
I'm having issues migrating an hsqldb to mysql using the migration toolkit. There are a few sites I've consulted for the correct way to do this:

http://wiki.alfresco.com/wiki/Migrating_from_HSQL
http://confluence.atlassian.com/display/DOC/Migrating+from+HSQLDB+to+MySQL

In the connection string for the source database I've put
jdbc.hsqldb:file:C:\Program Files\<path to db>\<database name no extenstion>
and
jdbc.hsqldb:file:C:\Program Files\<path to db>\

I keep getting the same error when connecting to servers:

Connecting to source database and retrieve schemata names.
The list of schema names could not be retrieved (error: 0).
ReverseEngineeringGeneric.getSchemata :Bad version number in .class file

I can't figure out whats causing this. Any help is appreciated. Thanks!

Editing Data while Migration (4 replies)

$
0
0
Hello,

I want to migrate Data from a Webserver to a newer one, but there is another datamodell so i need to edit the data an do changes while migrating (e.g if statements). I want to do stuff like:
If the oldtable.Userlevel is higher than 100 -> write newtabel.Admin = 1

and i want to map single attributes to different tables:

oldtable1.username -> newtable1.username
oldtable1.gender -> newtable43.gender

Is this even possible with the MySQL migration Toolkit? And if yes, how?

Please help, thanks!

Stuck on step 1, it says I have no Java, but I do. (no replies)

$
0
0
using MySQL Migration Toolkit 1.0.25

On step 1 I get:
a check for initialized runtime system
an X for initialized Java loader.
an error occured during the initialization of the runtime system. please make sure you have JRE 1.4.2 or 5.0 installed.

I have java installed, and double checked at java.com, and indeed it shows me as having the latest and greatest.

Running WinXP SP3

interconnection between multiple databases. synchronization of multiple mysql databases (5 replies)

$
0
0
hi all,

can anybody tell me how can i synchronize multiple (atleast two) databases of mysql installed on different servers.

i have to design a system in which we have multiple databases , there will be one master or main database which will get updated from various sources and a few other databases which should get updated according to the updates of main database.

how can i achieve same.
any comments / views will be of great help.
thanks in advance.

deep.

SQLBASE TO MYSQL HELP!!! (no replies)

$
0
0
I want to do a migration with de mysql toolkit
but keep getting error.

i choose direct migration

then i use generic jdbc
source database
Class Name: SQLBaseJDBC.jar
Connection String: jdbc:sqlbase://192.168.0.13[:2155]/dbtest [;ims=;cms=]
then i get the following error log
Connecting to source database and retrieve schemata names.
The list of schema names could not be retrieved (error: 0).
ReverseEngineeringGeneric.getSchemata :SQLBaseJDBC.jar
Details:
and a big list with details

does anyone know what i'm doing wrong.
or a other tool or solution for example a odbc migration ????

thanks in advance

www.chinaorwholesale.com show handbags ,shoes that (no replies)

$
0
0
http://www.chinaorwholesale.com
I've been looking for these shoes for a LONG

while, and, I finally found it at this site. But, what worries me is that the

margin of money difference from other shoe suppliers is significantly lower.

The shoes I want are normally, at least
75$ + , but this site sells it for a

cheap 45$. Can someone guarantee to me that they are REAL, and totally

authentic? I've really longed for these shoes, at least more than a year



Has anyone ever had any experience with this site? Or can you make claims that

they are fake and not authentic? Thanks

Migration Toolkit and DROP command (2 replies)

$
0
0
I am trying to migrate an MSSQL db from one server to an MySQL db on another server using the Migration Toolkit.

I'm getting an error message on the Creation Results Screen:
"DROP command denied for user databasename@ xxx.xxx.xxx.xxx."

I put in a support ticket to my hoster, and got the following reply:

"You cannot execute: CREATE TABLE, DROP TABLE, GRANT PRIVILEGES."

So apparently the hoster is blocking this.

Is there a work-around, or is that the end of it?

Thank you for any assistance.

MS SQL to MySQL Rich Text Problems (no replies)

$
0
0
MS Access 2K is my frontend, and I am trying to migrate the backend from MSSQL to MySQL. There are several rich text (rtf) textboxes on my Access forms. I have downloaded the Microsoft Rich Textbox Control 6.0(SP4) to be able to install these ActiveX controls. It has worked fine using MSSQL.

Testing the migration, I have run into the following problem:
1. If the table column holding the Rich Text is TEXT data type, my textbox shows all the formatting garbage (i.e., the text box is not recognizing the formatting).

2. On the other hand, if the table column is set for BLOG data type, the text box is a long string of questions marks (???????????????????????????).

Since the formatting information remains present in the MySQL table, it seems to me the problem is with the textbox control. Is there another driver other than the MS Rich Textbox 6.0 that I should be using, or another type of activeX control? Or is this problem solvable in my VBA code?

I note that I had quite a time figuring out the syntax for the Access CALL. In the end it turned out to be fairly simple: I will put it here, though I don't see how that could be the problem.

'COMMON SYNTAX FOR MSSQL AND MYSQL:

Set dcn = New ADODB.Connection
dcn.ConnectionString = "DRIVER={MySQL ODBC 5.1 Driver};" & _
"SERVER=localhost;DATABASE=mydatabase;UID=root;PWD=mySQLpassword"
Set rst = New ADODB.Recordset
dcn.Open

'MSSQL SYNTAX:
Set rst = dcn.Execute("EXEC nameofProcedure " & _
parameter)

'MYSQL SYNTAX:
Set rst = dcn.Execute("CALL nameofProcedure(" & _
parameter & ")")

The only real difference is CALL instead of EXEC and putting parens around any parameters you want to pass.

Any ideas on this vexing problem would be appreciated.

Navicat™ for SQL Server Version 9.1 is released (no replies)

$
0
0
PremiumSoft today announces the immediate release of version 9.1 for the whole Navicat™ family, including:

- Navicat™ Premium
- Navicat™ for MySQL
- Navicat™ for SQL Server
- Navicat™ for PostgreSQL
- Navicat™ for Oracle
- Navicat™ for SQLite

Navicat for SQL Server is a new product introduced. This provides SQL Server users a tool for administering and managing database objects as well as for database migration, data import, export, synchronization, reporting, and more, for SQL Servers.

With the launch of Navicat for SQL Server, database connectivity to Microsoft SQL Server is also added to Navicat Premium. Navicat Premium unites all Navicat family members for database administration and development, into one powerful and easy-to-use work environment. With the new Navicat Premium version 9.1, users can connect to 5 of the most common databases including MySQL, SQL Server, Oracle, PostgreSQL and SQLite within one single application, making cross-database data management very easy.

In addition to the introduction of Navicat for SQL Server, other improvements have been made to Navicat Premium, including:

- Support of Microsoft SQL Server (2000 to 2008R2)
- Support of PostgreSQL Server 9.0
- Support of MySQL Server 5.5
- Cross data transfer between SQL Server, MySQL, Oracle, PostgreSQL and SQLite.
- Enhanced user and role management
- New Privilege Manager
- Improved data synchronization performance with new engine

Navicat Premium v9.1 is currently available for Microsoft Windows and Mac OS C. Commercial license is US$499 and US$449 for Windows and Mac OX S respectively, whereas non-commercial license is US$199.

Navicat Lite edition is also available with limited functions and features, as a free license for personal and non-commercial use.

For more details, please see the release notes at http://www.navicat.com/products/navicat_premium
Or, download the 30-day fully functional free trial at: http://www.navicat.com/download


About PremiumSoft CyberTech Limited:
PremiumSoft was founded in 1999 and is a fast growing company, aiming at accelerating application development and database management with software that enhance productivity and maximize results of our customers. With our customer-centric focus and best-of-breed products and services, PremiumSoft has been successful in making customers significantly more productive.


Copyright 1999 - 2010. PremiumSoft ™ CyberTech Ltd All rights reserved

error (no replies)

$
0
0
Network error IOException: Connection Refused: connect in MS SQL Server 2000
Can hepl me to fix this error???

MSSQL Network error IOException: Connection refused: connect (no replies)

$
0
0
I got this error during migratrion, I mean in the very beginning. I've read that I should enable TCP/IP on the MS SQL Server, but it was still enabled. The firewall is disabled at the moment.
What else can the problem be?
Thanks a lot for help!

Bpo jobs in Kota (no replies)

$
0
0
UshaOm KCS, a first leading international BPO established in Kota in May 2009 is a fast growing company offering both outbound and inbound services.UshaOm works with you to achieve success in a business environment impacted by world events, technology developments and customer demands.
http://ushaom.in

mysql database migration issues (no replies)

$
0
0
Hi,

we are trying to migrate data with old schema into database with new schema, such as

in database, in old schema , table 'person' it has 'first_name' and 'last_name',

in new schema , table 'person' it has 'first_name' and 'last_name' and 'age'

we are researching some tools or ways to export data with old schema into database with new schema ,

please give me some adivce.

thank you
Viewing all 561 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>