MySQL problems
Status: Pre-Alpha
Brought to you by:
einhverfr
Using mysql 5.5 I had to change the sql file some.
TYPE=INNODB had to be changed to ENGINE=INNODB
also under "CREATE TABLE reservations" I changed the line "UNIQUE INDEX reserv_check (customer_id, class_id, date_in, date_out)" to "UNIQUE INDEX reserv_check (customer, class_id, date_in, date_out)"