forums › forums › SQLyog › Using SQLyog › Csv Import Error
- This topic is empty.
-
AuthorPosts
-
-
September 2, 2005 at 5:42 pm #19110
Ritesh
MemberI am not sure if I understood your problem. Which option are you trying to use?
-
September 2, 2005 at 6:14 pm #19111
billjones
MemberRitesh wrote on Sep 2 2005, 10:42 AM:I am not sure if I understood your problem. Which option are you trying to use?[post=”7074″]<{POST_SNAPBACK}>[/post]In the simple import/expot the import from csv file dialog goes until I select the csv file on my local machine, I click open (or whatever it says) and I then get an error, file not found.
-
September 2, 2005 at 6:40 pm #19112
Ritesh
MemberAre you using HTTP Tunneling?
-
September 2, 2005 at 10:36 pm #19113
billjones
MemberRitesh wrote on Sep 2 2005, 11:40 AM:Are you using HTTP Tunneling?[post=”7078″]<{POST_SNAPBACK}>[/post]yes
-
September 3, 2005 at 4:47 am #19114
Ritesh
MemberYou cannot use “Import data from CSV” option in HTTP Tunneling. SQLyog uses MySQL's inbuilt LOAD LOCAL DATA INFILE… command to import data from a CSV file.
In HTTP Tunneling, the query is executed with respect to your remote server rather then your local machine as in the case of direct connection.
We plan to disable this option in v4.2 so that no confusion is created for the end user.
-
September 3, 2005 at 11:47 am #19115
Ritesh
MemberIf you directly want to upload a local CSV File to a Remote Server ( being accessed over HTTP Tunnels ), you can use SQLyog's ODBC Import Wizard.
The ODBC driver that you could use is Microsoft Text Driver (*.txt, *.csv ) ODBC driver that ships with the OS.
-
-
AuthorPosts
- You must be logged in to reply to this topic.