I\'m trying to import an existing DB to mysqlq Workbench. I can do this. It\'s works perfectly. However the process just import the tables without relations between them.
Relationships are the visual expression of foreign keys. If your DB tables use foreign keys (actually: a storage engine supporting foreign keys) then they are automatically shown in the diagram. It should be clear that this condition is only true for the InnoDB storage engine.