Re: Q: LOAD DATA command error

2003-06-23 Thread Jeff Shapiro
On Tue, 24 Jun 2003 00:02:43 -0400, mysql wrote: > I use version 4.0.12-max-debug. > > mysql> returns the following error code when I use the load data command. > > mysql> load data local infile "foo.txt" into table pet; > ERROR 1148: The used command is not allowed with this MySQL version > > D

Re: LOAD DATA command error

2003-06-23 Thread Ruth Zhai
mySQL List" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 2:02 PM Subject: Q: LOAD DATA command error I use version 4.0.12-max-debug. mysql> returns the following error code when I use the load data command. mysql> load data local infile "foo.txt" into table pet; ERRO

Re: LOAD DATA command error

2003-06-23 Thread David Wilson
"load data" options. - Original Message - From: mysql To: mySQL List Sent: Tuesday, June 24, 2003 12:02 AM Subject: Q: LOAD DATA command error I use version 4.0.12-max-debug. mysql> returns the following error code when I use the load data command. mysql> load data local in

Q: LOAD DATA command error

2003-06-23 Thread mysql
I use version 4.0.12-max-debug. mysql> returns the following error code when I use the load data command. mysql> load data local infile "foo.txt" into table pet; ERROR 1148: The used command is not allowed with this MySQL version Do I need to upgrade to a new version?