Monthly Archives: January 2012

CHM+ Reader 2.2.1 Released

We are glad to announce the availability of CHM+ Reader 2.2.1, which brings update for iOS 5 and optimization for iPad.

What’s new in CHM+ Reader 2.2.1:

– optimize UI for iPad (“File Transfer” & “Table of Contents”)
– turn off iTunes/iCloud backup by default for iOS 5
– bring back the “Define” menu for iOS 5
– new setting option to enable/disable image resizing

Get CHM+ Reader

Get CHM+ Reader Lite

ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ‘1’ for key ‘PRIMARY’

I got this error while trying to add auto_increment attribute to a MySQL table field:

ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ‘1’ for key ‘PRIMARY’

After some googling I found the solution: simply remove the record with ‘0’ for the primary key field. It seems that MySQL tries to adjust ‘0’ to ‘1’ for auto_increment field.