Ah. Cool. Thanks! I will take a look at the mysql docs because I really wanted to have them default but I am not sure how to do it (do not worry about answer this for me. I need to figure it out for myself). I have all the stuff in the configuration set for InnoDB. Anyway, thanks for the info and sorry for any inconvienence!
christian wrote:
Use InnoDB for all your MySQL tables by default in the MySQL configuration! Otherwise you have a non-transactional file storage, not a database.
End of line delimeters are not needed if the SQL DDL is directly executed in the database by SchemaExport. If you export it to a file, you can set a delimiter with "--delimiter=;" or read the FAQ:
http://www.hibernate.org/119.html#A8