I changed my version of mysql and it did in fact work correctly, except these errors in the log:
No PRIMARY KEY defined in the table '`Completed`'
No PRIMARY KEY defined in the table '`Online`'
No PRIMARY KEY defined in the table '`State_Alabama`'
No PRIMARY KEY defined in the table '`State_Alaska`'
I cannot define a primary key in these dbs because the user is inserting the information manually, including the id and all..
is there a work around on this error?