About 14,800,000 results
Open links in new tab
  1. MySQL CREATE DATABASE Statement - W3Schools

    The CREATE DATABASE statement is used to create a new SQL database. The following SQL statement creates a database called "testDB": Tip: Make sure you have admin privilege before …

  2. How to create a database from shell command in MySQL?

    Oct 22, 2023 · You can use SQL on the command line: echo 'CREATE DATABASE dbname;' | mysql <...> Or you can use mysqladmin: mysqladmin create dbname

  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. 5.3.1 Creating and Selecting a Database - MySQL

    If the administrator creates your database for you when setting up your permissions, you can begin using it. Otherwise, you need to create it yourself: mysql> CREATE DATABASE …

  5. Creating Database in Mysql - MySQL Tutorial

    Summary: in this tutorial, you will learn how to create a new database in MySQL in different ways with examples. In order to create tables and subsequently store data into them, you need to …

  6. MySQL Create Database Statement - GeeksforGeeks

    Jun 5, 2024 · 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 …

  7. MySQL: Create Database - Command Line - ShellHacks

    Dec 27, 2016 · From this small tutorial you will learn how to create a MySQL database from the command-line in Linux. I will show the general MySQL CREATE DATABASE syntax for …

  8. How to Create Database in MySql Command Line

    In this guide, we’ll show you exactly how to create database in MySQL command line—step by step. Whether you’re setting up a new site, preparing a development environment, or …

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

    To create a new database in MySQL Workbench, simply open the application and connect to your MySQL server. Once connected, you can navigate to the “SQL Editor” tab and enter the …

  10. How to create a Database in MySQL? - Tutorial Kart

    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 …

  11. Some results have been removed
Refresh