Bug 74021

Summary: mysqld will not allow local infile
Product: [Retired] Red Hat Linux Reporter: John Opalko <john>
Component: mysqlAssignee: Patrick Macdonald <patrickm>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-19 15:47:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.