[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
(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
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