문제

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top