About 18,600,000 results
Open links in new tab
  1. How to create new Database and Table in MySQL WorkBench

    In this tutorial, we will learn how to create database and two sample tables in MySQL Workbench. We will also insert values in the table. ...more

  2. How to Create MySQL Database in Workbench - phoenixNAP

    Oct 17, 2024 · MySQL Workbench is a database management tool. It's open-source and provides a user-friendly cross-platform GUI for creating and editing MySQL databases. This tutorial will …

  3. MySQL CREATE DATABASE - Creating a New Database in MySQL - MySQL

    This tutorial shows you step by step how to use the MySQL CREATE DATABASE statement to create a new database in the MySQL server.

  4. MySQL Create Database Statement - GeeksforGeeks

    Jul 23, 2025 · In this article, we are going to learn how we can create databases in the MySQL database management system through the command line client tool and the MySQL …

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

    Mar 4, 2016 · (Side note: The terms "schema" and "database" are synonymous in this program.) Right-click on one of the existing databases and click "Create Schema...". This will launch a …

  6. How to create a Database in MySQL? CLI, Workbench

    In this tutorial, we will provide detailed steps on how to create a database in MySQL using both the command-line interface (CLI) and graphical tools such as MySQL Workbench. We’ll also …

  7. How to Create a Database in MySQL (with Pictures) - wikiHow

    Feb 24, 2025 · This wikiHow teaches you how to create a database in MySQL. In order to create a database, you'll have to open the "mysql" command line interface and enter your database …

  8. How To Create A Database In MySQL: A Step-by-Step Guide

    Learn how to set up, configure, create tables, add data, and manage users in MySQL with this comprehensive tutorial.

  9. How to create a Database in MySQL Workbench? - clrn.org

    Feb 26, 2025 · This article provides a detailed, step-by-step guide on how to create a database (schema) in MySQL Workbench, covering best practices and essential configuration options.

  10. How to Create New Database in MySQL Workbench - Delft Stack

    Feb 2, 2024 · This tutorial guides you about how can you create a new database using GUI options and SQL query in MySQL Workbench.