Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

Visual Paradigm do support generating database for MySQL 5.5. Please make sure you have picked Version 5.0.5 or higher in the Database Configuration dialog to avoid this problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top