Hi,
Neil Bobstone wrote:

>Hi,
>
<cut>

>I Have compile Mysql 3.23.49 with : --enable-local-infile
>
> 
>
>But when I want to use LOAD DATA LOCAL its says : The used command is
>not allowed with this MySQL version
>
<cut>
--enable-local-infile affects client library libmysqlclient

Can you check if client library you are using is installed from same 
source? - the one you compiled.
It often happens that you have different files from different releases 
installed.


Proper way to "upgrade" if you use source is:

1. cd new_src; ./configure ... your opts; make;
2. cd old_src; make uninstall
3. stop mysqld
4. cd new_src; make install
5. start mysqld

make uninstall will clean all libraries, headers and binaries, but will 
not touch your datadir nor config files. (/etc/my.cnf /etc/rc.d if any)

-- 
Best regards
-- 
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Alexander Keremidarski <[EMAIL PROTECTED]> 
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Full-Time Developer
/_/  /_/\_, /___/\___\_\___/   Sofia, Bulgaria
       <___/   www.mysql.com   M: +359 88 231668





---------------------------------------------------------------------
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

Reply via email to