I access a msyql server (apache/mysql/php) from my w2k workstation using
phpMyAdmin. I do not have command line access.
When I use the link to load a local data file it responds that it is not
allowed. I read the mysql docs and see it is now disabled by default.
In 4.2.4 one paragraph says "If you
I access a msyql server (apache/mysql/php) from my w2k workstation using
phpMyAdmin.
I do not have command line access.
When I use the link to load a local data file it responds that it is not
allowed. I read the
mysql docs and see it is now disabled by default. In 4.2.4 one paragraph
says "If y
> I'm new to the list so I apologize if this subject has been answered
> already, I couldn't find a mailing list archive.
Where did you look?
http://www.mysql.com/documentation/searchlists.html
PB
-
Before posting, please ch
Try this when your logging into mysql, not when starting mysql. This works
for me on Linux.
mysql --local-infile=1 -u username-p
- Original Message -
From: "Jon Bertsch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 12, 2002 12:02 PM
Sub
HI all,
I'm new to the list so I apologize if this subject has been answered
already, I couldn't find a mailing list archive.
We just upgraded (?) mysql to 3.23.49. We are running it on Linux Redhat 7.3
The load data local command is turned off by default. I have attempted to
follow the instru