Bug 74021 - mysqld will not allow local infile
Summary: mysqld will not allow local infile
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mysql
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-13 20:31 UTC by John Opalko
Modified: 2007-04-18 16:46 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-02-19 15:47:37 UTC
Embargoed:


Attachments (Terms of Use)

Description John Opalko 2002-09-13 20:31:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.79 [en] (X11; U; Linux 2.4.18-10a i686)

Description of problem:
In MySQL 3.23.49 use of LOAD DATA LOCAL INFILE is not allowed, due to a bug in a
security enhancement put in by the MySQL developers.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a table in a test database.
2. Attempt to load the table using LOAD DATA LOCAL INFILE
3.
	

Actual Results:  ERROR 1148: The used command is not allowed with this MySQL
version

Expected Results:  The data should have been read from the file and loaded into
the table, as it used to do prior to 3.23.49.

Additional info:

The MySQL folks fixed the bug in 3.23.50.  Perhaps RedHat should pick up that
version or, possibly, the latest version, 3.23.52.

Comment 1 Patrick Macdonald 2003-02-19 15:47:37 UTC
This has been addressed in the current version of MySQL shipped
by Red Hat.  The LOAD DATA LOCAL INFILE is available.


Note You need to log in before you can comment on or make changes to this bug.