How to copy entire table from MSSQL to MySQL?

Questions about programming languages and debugging
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

How to copy entire table from MSSQL to MySQL?

Post by z3r0aCc3Ss »

I have a table, which is in MSSQL. I want to copy the entire table from MSSQL to MySQL.
How do I do that?
Data types in MSSQL table are only varchar and int. No date, or time.
Is it possible?
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: How to copy entire table from MSSQL to MySQL?

Post by ayu »

Try the MySQL Workbench, it includes migration tools

Code: Select all

http://www.mysql.com/products/workbench/
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to copy entire table from MSSQL to MySQL?

Post by bad_brain »

yeup, use that one...works fine. had the same task a while ago when moving a site from a MS to a Linux server... :wink:
Image

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: How to copy entire table from MSSQL to MySQL?

Post by z3r0aCc3Ss »

Gracias Jefe... ;) :D
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to copy entire table from MSSQL to MySQL?

Post by bad_brain »

¡No hay problema senor z3r0aCc3Ss! :lol:
Image

Post Reply