mysql: inserting data and autoincrement

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-05-12T17:01:23Z Indexed on 2010/05/12 17:04 UTC
Read the original article Hit count: 176

Filed under:
|
|

i am converting from access to mysql

i have a table in access where one of the columns is an autonumber

when i transfer the data into the mysql database (where i also have a column that is auto_increment), should i be transfering the auto_increment data into the auto_increment column, or will it auto_increment itself?

how do i ensure that if i do not transfer the autoincrement data from access, that it auto_increments properly?

© Stack Overflow or respective owner

Related posts about access

Related posts about mysql