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 > mysql problem,help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-17-03, 09:07
liuwj liuwj is offline
Registered User
 
Join Date: Dec 2003
Location: china
Posts: 2
mysql problem,help

use mysql :
mysql> load data local infile "a.txt" into table liuwj;
show error:
ERROR 1148: The used command is not allowed with this MySQL version

why ?
how do ?
Reply With Quote
  #2 (permalink)  
Old 12-17-03, 10:36
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
MySql conf is seeting up to do not use local infile
try to replace --local-infile=0 by --local-infile=1 to use it
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 12-17-03, 20:24
liuwj liuwj is offline
Registered User
 
Join Date: Dec 2003
Location: china
Posts: 2
where is Sql conf?
thanks.
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