My fault about not replying to the list.  What is the cause of this extra
line? is this a mysqldump bug in that older version of MySQL? how come I was
able to export and import this DB in the same version but different
platform? Any ideas?

Thanks,

cybm

On 1/17/06, Gleb Paharenko <[EMAIL PROTECTED]> wrote:
>
> Hello.
>
> Sorry for such a late reply. The problem is in the duplicate line
> `dealer_type_name`. Remove one of these lines. Please, always send
> a copy of the message to the list. Most probably somebody whould have
> suggest you the same, if you had posted you mail to the list as well.
>
>
>
>
> Kuai
> cybermalandro cybermalandro wrote:
> > Sorry about that
> >
> > --
> > -- Table structure for table `dealer_type`
> > --
> >
> > CREATE TABLE `dealer_type` (
> >   `dealer_type_id` int(11) NOT NULL auto_increment,
> >   `dealer_type_type` varchar(40) NOT NULL default '',
> >   `dealer_type_name` varchar(40) NOT NULL default '',
> >   PRIMARY KEY  (`dealer_type_id`,`dealer_type_id`)
> > ) TYPE=MyISAM PACK_KEYS=1;
> >
> >
> > Here it is, thanks a lot for your help.
> >
> > Kuai
> >
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]
>
>

Reply via email to