Re: mysqldump appears to generate invalid code.

2005-05-02 Thread SGreen
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote on 05/01/2005 07:14:57 PM: > I created a mysqldump with --quote-names option, but I get this > error:C:\xampp\xampp\mysql\bin>mysql -uroot db2 < test5. > txtERROR 1005 at line 54: Can't create table '.\db2\shift.frm' > (errno: 150)C:\xampp\xampp\mys

mysqldump appears to generate invalid code.

2005-05-01 Thread [EMAIL PROTECTED]
I created a mysqldump with --quote-names option, but I get this error:C:\xampp\xampp\mysql\bin>mysql -uroot db2 < test5.txtERROR 1005 at line 54: Can't create table '.\db2\shift.frm' (errno: 150)C:\xampp\xampp\mysql\bin>Line 54 is the CREATE TABLE... line of the following bit of SQL from the fi