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

How can I recommend a tool for the above list ? (no replies)

$
0
0
Hi
How can I recommend a tool for the list of DB Migration tools (from the stickis, by Edwin DeSouza)

Thanks.

ekspor excel to mysq (no replies)

$
0
0
Hi, guys..
please help me, how to export excel file's into sql..
urgently answer needed..
thanks before

Network Error IOException: Connection refused (no replies)

$
0
0
Hi guys,

I am trying to migrate a mssql 2005 db to my sql.

I have MSSQL 2000 and MSSQL 2005 both installed in my machine.

For migrating I am using mysql migration toolkit.

Now While migrating, I am asked for Source MSSQl Database.

I entered server information as follows:
Hostname: koolkabin
port: 1433
username: sa
password: xxx

as i try to get the list of database it gives the error

"Network Error IOException: Connection refused"

...

M stucked in the process...

help required

Transfer data onto database (1 reply)

$
0
0
Hello,

I am needing to transfer data onto a Mysql database.
I have had some advice and am trying to find a software solution.

So main features are to be able to migrate large amounts of contacts and data every day. The migration should be done manually.

Thanks a lot!

How to Covert MYSQL to SQLite in php (no replies)

$
0
0
Hi Every body!
Does any body know, how to convert a mysql data base to sqlite. I need it on urgent basis. plz reply soon.

Thanks

MSSQL 2000 -> MySQL5 - Special characters problem (1 reply)

$
0
0
When trying to migrate from a Microsoft SQL Server 2000 to MySQL 5, special characters like á é í ó ú ñ and pound symbol won't be transferred properly.

When queried using the MySQL Query Browser, these characters are shown as "black boxes", and when queried from applications they are shown as "?". I.E., the word "CAÑA" is displayed as "CA?A".

I have used UTF-8 as the charset, since using Latin1 will migrate no data for tables containing records with special characters.

Does anyone know how to properly migrate this data? I have seen the issue raised before in the forums, with no replys (and those topics are closed now).

Open source software (1 reply)

$
0
0
Hello,

Thank you for your help on the last question.
We have been looking at several open source software for data integration. And now we would be looking at data quality software able to complete the data integration software.

Can you tell me if there are packages able to suit our needs?

Thanks a lot.

Trying to Read MS Access DB on Linux (1 reply)

$
0
0
I am having great difficulty trying to find out how to read an MS Access database, so as to be able to load its contents into a MySQL database.

Several posts describe how to export the database from MS Access. But I do not have a license for MS Access. and I refuse to enrich the coffers of M$ when I do not want to use their product. I just have a .mdb file, and in any event I am running on Linux, not MSWindows. That, incidentally rules out some of the commercial products that are suggested in the forum.

The title of this forum is "MySQL Migration Toolkit". However almost every URL that I have found to anything related to "MySQL Migration Toolkit" redirects to something apparently unrelated. For example I downloaded the MySQL White Paper entitled "A Guide to Lower Database TCO". This has a reference to "MySQL Migration Toolkit" with the description "Graphically migrate any existing Microsoft Access, Microsoft Access, or Oracle database. Any database with a JDBC Driver can be migrated." That certainly looks like what I want. However if I click on the URL associated with that description it redirects to a page for "MySQL Workbench"! This redirect is consistent with the results of googling "MySQL Migration Toolkit" which arrives at a page that states that MySQL Migration Toolkit "has reached EOL" with advice to use MySQL Workbench. However nowhere in the Workbench documentation that I have read through does it say anything about converting databases.

I am frankly beginning to feel paranoid. All I want to do is read this stupid proprietary file format, and I cannot find any explanation of how to do it!

Database Migration along with stored procedure (no replies)

$
0
0
Hello,

I have a very huge DB of MS SQL 2005 and most of the business logic in the Stored Procedures. I wish to migrate from MS SQL along with the SPs to MySQL. I wish to know whether there is any tool which does this kind of conversion including SPs. Thanks in advance.

Regards,
Excel

Copying Access Currency to MySQL Decimal(10,2) (no replies)

$
0
0
I am using Visual Basic for Access to push data from Access Tables to MySQL tables. The field in Access is defined as Currency, Decimal Places=Auto, and the target in MySQL is DECIMAL(10,2). The value in Access is $1.23. The value after the copy is 123.00. If I define the field in Access as Currency, Decimal Places=2 it still has value of 123.00.

I use ADODB recordsets to do the copy. MySql Connector/ODBC 5.1.
Code fragments below which give you the idea of how I do the data copy.
Set MySqlConn = New ADODB.Connection: MySqlConn.Provider = "MSDASQL"
MySqlConn.ConnectionString = "DSN=test;" 'which points to my MySQL database
MySqlConn.Open
Set MySqlRS = New ADODB.Recordset
MySqlRS.Open strTableName, MySqlConn, adOpenDynamic, adLockOptimistic, adCmdTable
Set rsOLD = currentDB.openRecordset(strTableName,dbOpenTable)
intNbrFields = rsOLD.Fields.Count
DO Until rsOLD.EOF
MySqlRS.addnew
For intIndex = 0 To intNbrFields - 1
strFieldName = rsOLD.Fields(intIndex).name
MySqlRS(strFieldName).Value = rsOLD(strFieldName).Value ' breakpoint here
Next intIndex
MySqlRS.Update
rsOLD.movenext
Loop

If I put a breakpoint on the assign line, it shows the MySqlRS value as 1.23! but when I examine the table in MySQL it shows 123.00.

If I change the assignment to: "MySqlRS(strFieldName).Value = rsOLD(strFieldName).Value / 100" the result in the MySQL table is 1.00.

To get around this problem I identify the columns which are like this, and after the whole table is copied across I issue an "UPDATE table SET field1 = field1 / 100, field2 = field2 / 100 " etc. This now gives me the correct result.

What am I doing wrong?
Thanks

Quality of data (1 reply)

$
0
0
Hello,

Thanks for the help on the last question.
We have looked at several open source offers in the field of data integration. We are now wanting data quality software to complete our data integration program.

Do packages exist to suit our needs? Would you know of innovative data quality programs?

Thanks to all!

how to transfer data from mysql to excel or MS SQL database or any readable format (2 replies)

$
0
0
I've been provided with mysql database backup files which have this format "mysqlbackup.data" (all the backup files has got ".data" format)
i want to extract the data in any readable format in excel of MS SQL database to atleast i can get the data in these databackup files
Please guide me

Sorry for double entry ! Delete this post! Need to merge two tables (no replies)

$
0
0
I need to merge to identical tables, but one column (areas_sub_local_obj) has a reference to the Id column (Primary Key). I need a script to insert the data from table 1 into table two and to change the value in the column areas_sub_local_obj to the new Id that corresponds to the original number. Another words: When data is inserted and the original Id was 80 and the new Id is 890 then the rows that contain data in column areas_sub_local_obj that reference to the 80 Id needs to be change to 890 (the new Id) so the parent node relation does not break.

How can I do that?

Run Migration using java program rather than using lua script (no replies)

$
0
0
Hi Everybody,
I would like to run migration from java program/groovy script instead of lua script. Could someone help me out with this?

Thanks,
Venkat.

Problem merging two tables (1 reply)

$
0
0
I need to merge to identical tables, but one column (areas_sub_local_obj) has a reference to the Id column (Primary Key). I need a script to insert the data from table 1 into table two and to change the value in the column areas_sub_local_obj to the new Id that corresponds to the original number. Another words: When data is inserted and the original Id was 80 and the new Id is 890 then the rows that contain data in column areas_sub_local_obj that reference to the 80 Id needs to be change to 890 (the new Id) so the parent node relation does not break.

How can I do that?

Sorting by data the lowest values (1 reply)

$
0
0
Hi,
i've these 2 tables:

T1:
===
-id
-name
...

T2:
===
-id
-owner (==T1.id)
-property //in $
...

And i try to select all data from T1 and the data sort by the lowest property in table T2.

The data can be look in these tables e.g.:
T1:
===
id: 1
name: John
-
id: 2
name: Paul
-
id: 3
name: Mark

T2:
==:
id: 1
owner: 2
property: 1000
-
id: 2
owner: 2
property: 500
-
id: 3
owner: 2
property: 2000
-
id: 4
owner: 1
property: 3000
-
id: 5
owner: 3
property: 2000
-
id: 6
owner: 3
property: 1670

And i need get in output something like that:
1.) Paul - 500
2.) Mark - 1670
3.) John - 3000

I try to use this sql query:
SELECT T1.*, T2.property FROM T1 JOIN T2 ON T1.id=T2.owner WHERE T1.menu='. $variable. ' GROUP BY T2.owner ORDER BY T2.property, T1.date, T1.name

But this query isn't completely correctly :/

Thanks.

PS: 'menu' and 'date' are next names of cols in tables

Toolkit not convert japanes char from ms acces to mysql db? (1 reply)

$
0
0
Hi Guys,

MysqlMigration Toolkit not convert japanes/chinese character from ms acces to mysql db?


-- original data in ms access table
重要]パテントステートメントの申請について



Now i am converted this ms access data table by mysql migration tool kit then in mysql destination data
it is stored like
'Matsumura -???? ???(?)??\802.11'



and i am setting utf8 and ucs2 characterset during migration in tool kit but not getting desired data.

and in mysql my.cnf file i set utf8 charaset also , when i am manually inserted this 重要]パテントステートメントの申請について
data then its insert with original value.


so it is migration toolkit specific issue ?

Migration from MySQL 3.23.41 to 5.1.47 (1 reply)

$
0
0
Hi, I'm a MySQL newbie and am faced with the task of migrating MySQL 3.23.41 to MySQL Community Server 5.1.47. The 5.1.47 installation will reside on a new Windows server. Can anyone point me to directions on migrating from an earlier version, such as 3.23.41 to the 5.1.47 on the new server. Of course, we need to migrate data from the older version to the newer as well. Thanks for any help you can provide.

Alan Knight
ABBE Regional Library System

MSSQL to MySQL Contraints not migrating (no replies)

$
0
0
Hey guys,

I am using the Migration Toolkit to migrate my schema from MSSQL to MySQL but it's not creating the foreign key constraints over.
Has anyone else seen this issue?
I tried using a third party tool called DBConvert and it seems like it's generating the MySQL script with the foreign keys correctly but I am wondering why the Migration Toolkit doesn't have the same behavior.
Any help is appreciated.
Thanks,

Josh

Needing real time data integration (1 reply)

$
0
0
Hello,

Thanks for all of the previous answers. We are now needing a real time data integration program.
We have not found the right software yet.

We will be using the tool for migration of contacts and data in real time.

Thanks!
Viewing all 561 articles
Browse latest View live


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