Re: How do I use these files?
You're looking at two fairly steep learning curves, one for MySQL, one for Workbench.
A .mwb file is probably a saved WorkBench database model. A .sql file is probably a script of SQL DDL and Inserts which will work with MySQL if it was generated by a compatible version of MySQL. Installing WB in Windows can associate .sql files with WB such that clicking on them opens WB, but it doesn't tell WB what to do with them.
Beware that MySQL and WB aren't integrated into the Windows system to the same degree that Microsoft products like SQL Server are. Read
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html for how to import a .mwb file into MySQL using WB,
https://dev.mysql.com/doc/workbench/en/wb-importing-sql-script.html for how to import a .sql script.
Good luck.
Subject
Views
Written By
Posted
881
October 14, 2021 09:45AM
Re: How do I use these files?
858
October 14, 2021 12:41PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.