"Louie Miranda" <[EMAIL PROTECTED]> wrote:
> When i exported the data, i found an option on the lower part of the sql
> code.
> 
>> ) TYPE=MyISAM AUTO_INCREMENT=0 ;
> 
> I tried to make a table again, and when i entered it resets to whatever
> options i last type it on the "AUTO_INCREMENT=0" value.

You can use ALTER TABLE to reset auto_increment value for MyISAM table.

> I still didnt see how to reset it manually, when its live. And also changing
> increment numbers by date or similar.

AUTO_INCREMENT is an attribute for integer columns.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to