You should be aware that MySQL does not support schema. There, schema and database are synonyms. Therefore, using the schema parameter in the @Table(name = "users", schema = "nutzer") annotation is pointless. This may be the cause of the error you encountered.