If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Running into two errors

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-04, 17:52
bufhal bufhal is offline
Registered User
 
Join Date: May 2004
Posts: 2
Running into two errors

Running MySQL 4.0.14-nt and trying to upload to phpmyadmin 2.5.6
I exported a CSV from Excel and when uploading I get this error(for data local):
Error
SQL-query :
LOAD DATA LOCAL INFILE 'C:\\Backup\\dot\\uploadtemp\\php673.tmp' INTO TABLE `agencies` FIELDS TERMINATED BY ','
MySQL said:
#1148 - The used command is not allowed with this MySQL version

If I try the other upload option(data), I get a "permission" type error.
Error

SQL-query :
LOAD DATA INFILE 'C:\\Backup\\dot\\uploadtemp\\php85C.tmp' INTO TABLE `agencies` FIELDS TERMINATED BY '' LINES TERMINATED BY ','
MySQL said:
#1045 - Access denied for user: 'wnyaic@%' (Using password: YES)

Can you point me in the right direction?
I appreciate your help.
bufhal
Reply With Quote
  #2 (permalink)  
Old 05-25-04, 07:36
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
It seem that you do not have the privilege file on your server

check that

http://www.lasso-developpeur.net/us/...tab=db&lang=us
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On