another fix to hibernate error

well, now i got another error along the lines of check the manual that corresponds to your MySQL server version for the right syntax to use near ‘type=InnoDB’ –>hibernate generates a script that is wrong in defining “type=” where it should be “engine=”. whooppee so it seems i can only create the tables myself..

Read More another fix to hibernate error

mysql reserved words

my hibernate adventures, first try, failure to have it create dabase in mysql “you have an error in syntax between…” -> there is a set of reserved words in mysql and “precision” is one those. might be better to give some nicer error messages.

Read More mysql reserved words