Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Csv Import Error

forums forums SQLyog Using SQLyog Csv Import Error

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #9204
      billjones
      Member

      I get as far as error file not found after I select the file via the built in browser.

    • #19110
      Ritesh
      Member

      I am not sure if I understood your problem. Which option are you trying to use?

    • #19111
      billjones
      Member
      Ritesh 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.

    • #19112
      Ritesh
      Member

      Are you using HTTP Tunneling?

    • #19113
      billjones
      Member
      Ritesh wrote on Sep 2 2005, 11:40 AM:
      Are you using HTTP Tunneling?

      [post=”7078″]<{POST_SNAPBACK}>[/post]

      yes

    • #19114
      Ritesh
      Member

      You 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.

    • #19115
      Ritesh
      Member

      If 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.

Viewing 6 reply threads
  • You must be logged in to reply to this topic.