RE: Error 1148 The error used Command is not allowed with this MySQL -Version

2002-11-20 Thread Morris, Geoffrey E
Use the mysqlc.exe client instead of mysql.exe -- Geoff Morris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 7:28 AM To: [EMAIL PROTECTED] Subject: Error 1148 The error used Command is not allowed with this MySQL -Version Hello

re: Error 1148 The error used Command is not allowed with this MySQL

2002-11-20 Thread Victoria Reznichenko
kwagner, Wednesday, November 20, 2002, 2:27:45 PM, you wrote: kapdd> I downloded MySQL-Version 3.23 for Windows XP from MySQL-webpage. If I try kapdd> to load a Database from a textfile I got message "Error 1148 The error used kapdd> Command is not allowed with this MySQL-Version". kapdd> I used f

Re: Error 1148 The error used Command is not allowed with this MySQL-Version

2002-11-20 Thread Insanely Great
Greetings I think the path for the file is not correct. Try giving the complete path with (\) in the directory name changed to (/). Also specify the escaping characters properly. For more information you can check out the MySQL docs on LOAD LOCAL INFILE. Rgds Insane SQLyog - The Definitive Windo