문제

is it possible to refetch or reimport a whole database structure from a server in mysql workbench?

I've tried the synchronize options (both Model and any source), but it always works the other way round (workbench->server) and drops new columns which i've created online / outside of mysql workbench..

i'm using the latest version 5.2.41.

Thanks for any help

도움이 되었습니까?

해결책

Use the latest version 5.2.42 and do a "Database > Synchronize with Any Source" because it appears that you are still experiencing this bug http://bugs.mysql.com/bug.php?id=61211

다른 팁

At the step "Select changes to Apply", default it "Update source" (you see the arrow from Left->Right). In your case, you should select the tables and click "Update Model", it will sync from Mysql to Model.

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