---------- Forwarded message ----------
From: Ashim Kapoor <ashimkap...@gmail.com>
Date: Thu, Mar 3, 2011 at 7:22 AM
Subject: Re: [PHP] Help needed with mysql import
To: Jim Lucas <li...@cmsws.com>



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

Reply via email to