在这个过程中,我学到了这一点,但是我不知道我在哪里读过或者听到过,因为我在网上没有发现支持它的东西,但我记得当从mysql4.x升级到mysql5.x时,所需的更改之一是,如果包含插入,那么插入的自动增量字段必须从MySQL4.x允许:插入表(table_id,name,location)值(‘,'john','NY');
但是MySQL5.x必须有: INSERT INTO (table_id,name,location)值(NULL,'john','
mysql> select * from heartbeat order by id desc limit 20;Empty set (0.00 sec)
+-----+-------+--------------+------+-----+---------+----------------+
3 row