I am a novice in hibernate world and facing,
WARN: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibe
You are using an updated version of MySQL but using and old dialect
MySQL
dialect
Use either,
org.hibernate.dialect.MySQL5Dialect
OR
org.hibernate.dialect.MySQL8Dialect
in the hibernate.cfg.xml file.
hibernate.cfg.xml
This prevents you from getting dialect issues.