473,324 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Date From SQL Server to MySQL

Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt), and
then import into the table in mySQL from the txt. For some reason, it bombs
and closes my GUI (mySQL control center)

Any help appreciated.
Thanks
Jul 19 '05 #1
6 1367
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt), and then import into the table in mySQL from the txt. For some reason, it bombs and closes my GUI (mySQL control center)

Any help appreciated.
Thanks

Jul 19 '05 #2
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt), and then import into the table in mySQL from the txt. For some reason, it bombs and closes my GUI (mySQL control center)

Any help appreciated.
Thanks

Jul 19 '05 #3
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt), and then import into the table in mySQL from the txt. For some reason, it bombs and closes my GUI (mySQL control center)

Any help appreciated.
Thanks

Jul 19 '05 #4
That works great--thanks for the link!
Derek
"Robin" <rl*****@energymasterllc.com> wrote in message
news:Y_****************@bignews4.bellsouth.net...
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt),

and
then import into the table in mySQL from the txt. For some reason, it

bombs
and closes my GUI (mySQL control center)

Any help appreciated.
Thanks


Jul 19 '05 #5
That works great--thanks for the link!
Derek
"Robin" <rl*****@energymasterllc.com> wrote in message
news:Y_****************@bignews4.bellsouth.net...
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt),

and
then import into the table in mySQL from the txt. For some reason, it

bombs
and closes my GUI (mySQL control center)

Any help appreciated.
Thanks


Jul 19 '05 #6
That works great--thanks for the link!
Derek
"Robin" <rl*****@energymasterllc.com> wrote in message
news:Y_****************@bignews4.bellsouth.net...
http://www.mysql.com/doc/en/LOAD_DATA.html
I have used this to import txt files to mySQL with no problem. Above link
will give you all the syntax.

"Derek Smith" <de*******@rogersNOSPAM.com> wrote in message
news:bF******************@news01.bloor.is.net.cabl e.rogers.com...
Hi

How do I get data from my tables in SQL Server into my tables in mySQL

I have tried exporting the data out of SQL Server to a flat file (.txt),

and
then import into the table in mySQL from the txt. For some reason, it

bombs
and closes my GUI (mySQL control center)

Any help appreciated.
Thanks


Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Jeroen | last post by:
Hi, I'm searching but not finding :( I need the code that creates automatic the days in a month So like for this month, it creates the days in this format 01-Oct, 02-Oct, .... This...
4
by: Stupidgirl | last post by:
Hi, i have had no problem displaying the current date and time, on a static webpage. However, when i try to use the various PHP and MySQL snippets, it does'nt seem to work out. My success story...
0
by: Martin | last post by:
When I open MySQL Control Center, it shows "server properties" window when the server is selected on the left pane. One of the property is "date created". I have not found this variable in server...
0
by: Manny | last post by:
Great that worked! I would also like to only provide a date in the where clause and not a timestamp (the field is of type datetime). I have tried using the date function but it does not appear...
7
by: meltedown | last post by:
Why doesn't this return anything ? SELECT DATE_SUB('FROM_DAYS(TO_DAYS(2005-09-28 18:04:19))', INTERVAL 6 DAY)
2
by: zMisc | last post by:
I got a table with the following fields: BirthDay (Date) Reminder (Short integer) I need to select all records where BirthDay - Reminder <= Today to display a reminder. In Access and MS...
8
by: hugh webster | last post by:
MySql seems to only accept dates as 'yyyy-mm-dd'. How do I do that when the user might input dd/mm/yy, or d.m.yyyy (I'm in Europe)? I know I can do sscanf, or explode to rebuild the date string -...
1
by: rija | last post by:
Hi folks, I need help regarding date and time comparison in PHP and MySQL My website is hosted in the USA (GMT - 8) And It is managed in Madagascar (GMT + 3) Want to consider DATE in Madagascar...
9
by: TC | last post by:
Hi. I have some ASP written in VB.net which is currently installed on a customers server. The asp connects to a local MySql database and retrieves data for the customers customers. If you see...
3
by: janetopps | last post by:
I have a news website, with asp pages, which was on Access, and i upgraded to MySQL, i used Bullzip to transfer the data. It had about 1000 pages, which im now able to pull up on the public side. Im...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.