Normal
About the "auto increment" values not starting at zero. It is caused by an initial auto increment value specified in the CREATE found in mysqldatabase.sqlI do not know if it really matters to how the application works, but to fix, just remove the "AUTO_INCREMENT=5" part from the CREATE
About the "auto increment" values not starting at zero. It is caused by an initial auto increment value specified in the CREATE found in mysqldatabase.sql
I do not know if it really matters to how the application works, but to fix, just remove the "AUTO_INCREMENT=5" part from the CREATE