About 827,000 results
Open links in new tab
  1. How to create a database from shell command in MySQL?

    Mar 11, 2010 · mysql -uroot -prootpassword -e "CREATE DATABASE $DB CHARACTER SET utf8 COLLATE utf8_general_ci"; mysql -uroot -prootpassword -e "CREATE USER …

  2. 5.3.1 Creating and Selecting a Database - MySQL

    Your database needs to be created only once, but you must select it for use each time you begin a mysql session. You can do this by issuing a USE statement as shown in the example. …

  3. MySQL CREATE DATABASE - Creating a New Database in 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

    Jun 5, 2024 · The MySQL CREATE DATABASE statement is used to create a new database. It allows you to specify the database name and optional settings, such as character set and …

  5. 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 …

  6. Creating Database in Mysql - MySQL Tutorial

    For creating a new database via MySQL Command Line Client you need to follow the below steps: First, logon to the MySQL server Command Line Client using a user who has CREATE …

  7. How to Create a Database in MySQL

    Jun 9, 2023 · The MySQL Create Database command is simple to use and is how you create a new database on a MySQL server. You can run the command at the command line, or within …

  8. How to Create a Database in MySQL Using Command Line

    May 27, 2021 · This article shows you how to use the MySQL CREATE DATABASE statement to create a new database on a MySQL server. Each MySQL installation includes the mysql tool, …

  9. Create A MySQL Database: Command Line & Workbench

    In this tutorial, you'll learn how to create a MySQL database using the command line and MySQL WorkBench. So, whether you prefer command-line tools or graphical user interfaces, this …

  10. Create a Database on Command Line in MySQL - Online …

    Learn how to create a database using the command line in MySQL with this comprehensive guide.

  11. Some results have been removed
Refresh