[前][次][番号順一覧][スレッド一覧]

mysql:6480

From: Yukihiro KAWADA <Yukihiro KAWADA <kawada@xxxxxxxxxx>>
Date: Mon, 28 Oct 2002 08:31:39 +0900
Subject: [mysql 06480] LOAD DATA LOCAL INFILE エラー

河田です。

平松 幸治 writes:
 >   :
 > MySQLのメッセージ --> 
 > The used command is not allowed with this MySQL version
 > 
 > ※ MySqlコンパイル時に --enable-local-infile を指定しております。また、
 > 起動時に --local-infile=1 を有効にしてます。

MySQLのバージョンは?

いつぞやのバージョンはMakefileにBUGがあって
--enable-local-infileが無視されてましたが。

↓これ

kawada@xxxxxxxxxx writes:
> 2.23.49 can not set local_infile to enable.
> We can not use "LOAD DATA LOCAL INFILE ... ";
> 
> configure script is almost strange '$enablewal'
> not '$enableval'.
> 

Hi!

Thank you for your report. We have fixed a bug and fix will come in
3.23.50. 

The problem is that in configure.in we forgot to add:

AC_SUBST(ENABLE_LOCAL_INFILE)

We have now fixed this in the MySQL 3.23 source tree..

The fix is to add

[client]
local-infile=1

to /etc/my.cnf.

[前][次][番号順一覧][スレッド一覧]

      6453 2002-10-26 22:05 [平松 幸治 <kouji@xx] LOAD DATA LOCAL INFILE エラー           
      6476 2002-10-28 01:55 ┣[<moeru@xxxxxxxxxx>  ]                                       
->    6480 2002-10-28 08:31 ┣[Yukihiro KAWADA <kaw]                                       
      6489 2002-10-31 12:33 ┗[Miyamoto <miyamoto@x] delete 後のレコード追加               
      6490 2002-10-31 12:48  ┣[mokonan <mokonan@xxx]                                     
      6492 2002-10-31 13:08  ┣[SUGAWARA Hajime <sug]                                     
      6493 2002-10-31 13:17  ┣[okayasu <okayasu@xxx]                                     
      6509 2002-11-01 00:36  ┗[とみたまさひろ <tomm]                                     
      6518 2002-11-01 14:01   ┗[Miyamoto <miyamoto@x]                                   
      6519 2002-11-01 14:16    ┗[SUGAWARA Hajime <sug]