Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Old 10-27-2002, 02:06 AM   PM User | #1
jamal
New to the CF scene

 
Join Date: Oct 2002
Location: england
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jamal is an unknown quantity at this point
Load Data Local Infile

Can anyone help me please ?? MySQL gave an error message that the command "LOAD DATA LOCAL INFILE is not allowed in the version of MySQL that I am using.
I use mySQL version 3.23.52
Please can anyone give a command that does the same job in this version of mySQL??
Thanks in Advance.
Jamal
jamal is offline   Reply With Quote
Old 10-30-2002, 02:05 PM   PM User | #2
bcarl314
Mega-ultimate member


 
Join Date: Jun 2002
Location: Winona, MN - The land of 10,000 lakes
Posts: 1,651
Thanks: 1
Thanked 21 Times in 20 Posts
bcarl314 is on a distinguished road
I had this one just the other day. You need to open mysql like this:

$> mysql -local_infile=1

This should enable that function. By defualt, mysql disabled this function because they thought it was an exploitable security hole.
bcarl314 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:05 PM.

Home - Contact Us - Archives - Link to CF - Resources - Top 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.