MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 4th, 2012, 09:49 PM
sepoto sepoto is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2010
Posts: 11 sepoto User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 m 47 sec
Reputation Power: 0
Import a comma delimited file directly into mySQL by query? (File not found.)

use `free.wifi.locations`;
load data local infile '\BusinesseswithfreeWiFi.csv' into table locations
fields terminated by ','
lines terminated by '\n'
(lat, lng, name, memo);

My installation of mySQL is on a windows machine. I tried placing the file into the home directory which is C:\users\myuser. I also tried using the direct path to the file which is something like E:\jobs\wifilocations\BusinesseswithfreeWiFi.csv to no avail. My error code is

Error Code: 2. File 'BusinesseswithfreeWiFi.csv' not found (Errcode: 2)

I am so sure this can work. Does anyone know why mySQL workbench can't find my file?

Reply With Quote
  #2  
Old February 4th, 2012, 10:00 PM
fubes2000's Avatar
fubes2000 fubes2000 is offline
manwich
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Canadanistan
Posts: 575 fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)fubes2000 User rank is Major (30000 - 40000 Reputation Level)  Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1Folding Points: 388781 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 1 Week 10 h 47 m
Reputation Power: 382
Give it the full file path, make sure whatever user you're running mySQL with has permissions to the file, and permissions to traverse into the directory where the file is located.

Also make sure your server is configured to accept the file:
Quote:
When using LOCAL with LOAD DATA, a copy of the file is created in the server's temporary directory. This is not the directory determined by the value of tmpdir or slave_load_tmpdir, but rather the operating system's temporary directory, and is not configurable in the MySQL Server. (Typically the system temporary directory is /tmp on Linux systems and C:\WINDOWS\TEMP on Windows.) Lack of sufficient space for the copy in this directory can cause the LOAD DATA LOCAL statement to fail.
__________________

Reply With Quote
  #3  
Old February 4th, 2012, 10:28 PM
sepoto sepoto is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2010
Posts: 11 sepoto User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 m 47 sec
Reputation Power: 0
MySQL does not want '\' as a folder separator, it wants a '/' (more Linux like). That was the key to the whole thing. Now I just need to extend my fields a little bit to stop some of the data from being truncated.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > Import a comma delimited file directly into mySQL by query? (File not found.)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 2 - Follow our Sitemap