Search results
9 paź 2014 · The accepted answer is from 4 years ago, so I thought I'd give an update as in MySQL Workbench 6.3 the procedure is a bit different. You have to select the menu item Server -> Data Import -> Import from Self-Contained File and select the SQL file containing the database you want to import.
6 sie 2018 · This artcle will show you how to create a diagram for existing MySQL or MariaDB database using MySQL Workbench. Reverse engineer a database. To create a diagram from existing database you need to use reverse engineering functionality to create a model. Learn about reverse engineering and models in MySQL Workbench
The Schemas view displays the schemas that are associated with your new MySQL connection. Alternatively, you can merge the content of the tabs by either clicking merge () or by enabling the Show Management Tools and Schema Tree in a single tab SQL editor preference.
MySQL Workbench allows you to create, manage, and configure your connections and connection parameters to MySQL database servers. It also allows you to execute SQL queries on these connections using the in-built editor.
6 maj 2019 · How can I store a query and easily apply it to any of multiple schemas? Bonus points for a drag & drop or point & click method of executing the query. My first attempt was to set a variable for the schema, like this. SET @db = MySchema; SELECT * from @db.mytable; but I get Error Code: 1146. Table 'db.tagdescriptions' doesn't exist.
27 wrz 2024 · MySQL Workbench may connect to MySQL Server 8.4 and higher but some MySQL Workbench features may not function with those later server versions. MySQL Workbench platform support evolves over time. For the latest platform support information, see https://www.mysql.com/support/supportedplatforms/workbench.html.
This chapter contains three short tutorials intended to familiarize you with the basics of MySQL Workbench. These tutorials show how MySQL Workbench can be used both to design and to document databases.