how to strart auto_increment from 500000? (mysql)

Hi all,quick question, I have a table with the following prop:1. ID2. fname3. lnamethe Id is auto_increment. I wonder how can I start the count from say 50000?thank you
[217 byte] By [xianwinwina] at [2007-11-27 6:24:44]
# 1
http://dev.mysql.com/doc/refman/5.0/en/example-auto-increment.html
cotton.ma at 2007-7-12 17:43:53 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
thank youALTER TABLE tbl AUTO_INCREMENT = 100;solved!
xianwinwina at 2007-7-12 17:43:53 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...