Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
one way is to create a file in /usr/local/mysql/data OR wherever you data dir is named "my.cnf" with the following contents [mysql] local-infile = 1 On Friday, July 5, 2002, at 02:13 , Bin Zhang wrote: > Thanks for the pointer. Anyone know how to make phpMyAdmin to work > around this new "fe

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
Thanks for the pointer. Anyone know how to make phpMyAdmin to work around this new "feature"? Thanks. Bz On Fri, 2002-07-05 at 10:14, hcir wrote: > starting with version 3.23.49, load data local is dis-abled > > see this URL for more info > > http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html

Re: phpMyAdmin and mysql 3.23.49

2002-07-05 Thread hcir
starting with version 3.23.49, load data local is dis-abled see this URL for more info http://www.mysql.com/doc/L/O/LOAD_DATA_LOCAL.html > I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since > then, I am no longer able to upload data files into mysql databases. > > This is what

phpMyAdmin and mysql 3.23.49

2002-07-05 Thread Bin Zhang
I upgraded my redhat to 7.3, which comes with mysql 3.23.49. Since then, I am no longer able to upload data files into mysql databases. This is what I got: The used command is not allowed with this MySQL version I think the "used command" here is referring to "load data local infile". Has a