Hallo Peter,
Op 30 May 05 schreef Peter aan [EMAIL PROTECTED]:
P> http://dev.mysql.com/doc/mysql/en/load-data-local.html
P> #
P> If LOAD DATA LOCAL INFILE is disabled, either in the server or the
P> client, a client that attempts to issue such a statement receives the
P> following error me
http://dev.mysql.com/doc/mysql/en/load-data-local.html
#
If LOAD DATA LOCAL INFILE is disabled, either in the server or the
client, a client that attempts to issue such a statement receives the
following error message:
ERROR 1148: The used command is not allowed with this MySQL version
I h
Hallo,
I'm using MySQL 4.0.23a as found in the SlackWare 10.1 distribution.
As I'm totally new to MySQL I tried tom follow the tutorial from the
manual. When I tried to fill the data base using a text file with the
command
load data local infile '~/temp' into table huisdier;
I got
ERROR 1148: The