lana, Thursday, August 01, 2002, 2:24:15 PM, you wrote: ll> I installed mysql version 3.23.51 on redhat 7.2 ll> (but I had the same problem with version 3.23.49a) ll> I am not able to load data form text file ll> neather with the load command or with mysqlimport ll> The error message is ll> "The used command is not allowed with this Mysql ll> version"
ll> I found some mail telling the problem is in the way ll> I configured mysql whene I installed it ll> (I didn't enable local-infile=1) ll> but with the two release I tried to install (.tar.gz) ll> you use a particulare configure ll> wich start ./scripts/mysql_install_db ll> In the online documentation they say to give command ll> wich are different from the one you find in the file ll> INSTALL-BiNARY you got with the distribution. ll> Please can you give some suggestions? For LOAD DATA LOCAL put "local-infile=1" to the sections [mysqld] and [mysql] of the my.cnf to enable LOAD DATA LOCAL command. For mysqlimport put "local-infile=1" to [mysqld] -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php