mysql import only generates 'DUAL' entity

Hey all,

When I try to generate a model from my existing mysql database (which had 3 tables), it only shows one table called ‘DUAL’ (I don’t have a table called dual) , from which it generates an entity.

The connection with mysql is successful though. Any suggestion about what is going wrong ?

Thanks guys!

Hi,

Could you tell us what you did step-by-step? What database is set for your project in Project Properties, and what do you do after clicking “Generate model”.