About 310,000 results
Open links in new tab
  1. MySQL :: MySQL Workbench Manual :: 9.3.1 Creating a Model

    This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL server. Note Alternatively, you can create a model from a database by using the reverse engineering wizard.

  2. How to create a database schema in MySQL - TheServerSide

    May 31, 2022 · Fortunately, it’s not hard to create a database schema in MySQL, especially if you have the MySQL Workbench tool at your disposal. Just follow these steps: Open the MySQL Workbench; Click the Create Schema option; Provide a schema name; Click apply to create the MySQL scheme; The MySQL workbench executes the required SQL statement under the ...

  3. Create a new database with MySQL Workbench - Stack Overflow

    Mar 4, 2016 · Right-click on one of the existing databases and click "Create Schema...". This will launch a wizard that will help you create a database. Press CTRL + Enter to submit it, and you should see confirmation in the output pane underneath the query window.

  4. MySQL: Create a Database Schema and Tables - CodingNomads

    Learn how to use the "MySQL create database" and "MySQL create table" functions to create a database schema using MySQL Workbench.

  5. How to Create a MySQL Database Schema: A Step-by-Step Guide

    Feb 28, 2025 · What Is Database Schema? How to Create a MySQL Database Schema Through Graphical User Interface (MySQL Workbench) Prerequisites: Step-by-Step Instructions; How to Create a MySQL Database Schema Through the Command Line Interface; Correct Practices for MySQL Database Schema Design; Naming Conventions; Security Considerations; Performance ...

  6. How to generate the whole database script in MySQL Workbench?

    Dec 29, 2015 · Click on the SQL Editor tab and select your database from the SCHEMAS list in the Object Browser on the left. From the menu select Database > Reverse Engineer and follow the prompts. The wizard will lead you through connecting to your instance, selecting your database, and choosing the types of objects you want to reverse engineer.

  7. Creating a Database Schema in MySQL Workbench - DevCamp

    This guide teaches you how to create a database schema in MySQL Workbench. A schema is a tool we can use to wrap all of our database tables inside.

  8. Why won't mysql workbench allow me to execute or create a schema?

    Apr 29, 2018 · You can right-click and create the schema from MySQLWorkbench. The steps are below: List of Schemas in UI. Right-click, and select Create Schema. Specify the name of the schema to be created. Click Apply, confirm the SQL script in the dialog box, and again click Apply. Note the successful execution of the script.

  9. MySQL :: MySQL Workbench Manual :: 9.3 Modeling Tutorials

    These tutorials show how MySQL Workbench can be used both to design and to document databases. Creating a database from scratch is the focus of Section 9.3.4, “Using the Default Schema” and exploring the graphic design capabilities of MySQL Workbench is touched upon in Section 9.3.2, “Basic Modeling” .

  10. MySQL :: MySQL 9.3 Reference Manual :: 33 MySQL Workbench

    MySQL Workbench provides a graphical tool for working with MySQL servers and databases. MySQL Workbench is developed and tested with MySQL Server 8.0. ... Data Modeling: Enables you to create models of your database schema graphically, reverse and forward engineer between a schema and a live database, and edit all aspects of your database using ...

Refresh