Mark van Herpen <[EMAIL PROTECTED]> writes:
> Hi,
>
> I want to backup my databases with mysqldump, but mysqldump won't run
> because I use the 'local-infile=1' option in the my.cnf file:
>
> [client]
> port= 3306
> socket = /tmp/mysql.sock
> local-infile= 1
>
> This is be
It looks to me that local-infile is a command-line parameter
to mysql client
mysql --local-infile -u user dbname
I've not been able to find this option elsewhere.
--
Later
Mogens Melander
+45 40 85 71 38
+66 870 133 224
On Mon, April 16, 2007 12:14, Mark van Herpen wrote:
> Hi,
>
> I want to
Hi,
I want to backup my databases with mysqldump, but mysqldump won't run
because I use the 'local-infile=1' option in the my.cnf file:
[client]
port= 3306
socket = /tmp/mysql.sock
local-infile= 1
This is because I want php and other clients to use local-infile. This