Re: Importing a database error

2005-10-14 Thread Boris Villazon
[EMAIL PROTECTED] wrote: (response interspersed) Boris Villazon <[EMAIL PROTECTED]> wrote on 10/14/2005 08:30:13 AM: Hi I am working with MySql 4.1.14 under Windows XP. I am trying to do a database import from a file. I have the following table definiton CREATE TABLE attribute_instan

Re: Importing a database error

2005-10-14 Thread SGreen
(response interspersed) Boris Villazon <[EMAIL PROTECTED]> wrote on 10/14/2005 08:30:13 AM: > Hi > > I am working with MySql 4.1.14 under Windows XP. > > I am trying to do a database import from a file. > > I have the following table definiton > > CREATE TABLE attribute_instance ( > name v

Importing a database error

2005-10-14 Thread Boris Villazon
Hi I am working with MySql 4.1.14 under Windows XP. I am trying to do a database import from a file. I have the following table definiton CREATE TABLE attribute_instance ( name varchar(200) NOT NULL default '', id int(11) NOT NULL default '0', PRIMARY KEY (id,name), KEY id (id,name), KEY