I tried 4 hours generating database with VISUAL PARADIGM using mysql java connector jar library, but still getting following error:
[Error] Setting Quote SQL Identifier option to Auto or Yes may solve this problem
my mysql version is 5.5.
the problem is MySQL 5.5 doesn't support "type" table option and the new option is "Engine". So simply you can change your mysql version to <5.5 or find a way to edit jdbc library to create querys with Engine Option, instead of type.