Fwd: Help needed with mysql import

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---------- Forwarded message ----------
From: Ashim Kapoor <ashimkapoor@xxxxxxxxx>
Date: Thu, Mar 3, 2011 at 7:22 AM
Subject: Re:  Help needed with mysql import
To: Jim Lucas <lists@xxxxxxxxx>



CREATE TABLE IF NOT EXISTS `ajax_products` (
>  `id` int(11) NOT NULL auto_increment,
>  `name` varchar(64) NOT NULL default '',
>  `version` tinytext NOT NULL,
>  PRIMARY KEY  (`id`)
> ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
>
> It doesn't show a default value, but rather a default starting point for
> the
> AUTO_INCREMENT
>
> OP: Show us an export of your db table structure.
>
> Dear Jim,
 I read this in a book.  I dont have the table to show you.

Thank you,
Ashim

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux