Menu

#1 MySQL problems

open
nobody
None
5
2011-10-31
2011-10-31
Anonymous
No

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)"

Discussion


Log in to post a comment.

MongoDB Logo MongoDB