About 15,700,000 results
Open links in new tab
  1. How to delete mysql database through shell command

    Aug 8, 2013 · You can remove database directly as: $ mysqladmin -h [host]-u [user]-p drop [database_name] [Enter Password] Do you really want to drop the 'hairfree' database [y/N]: y

  2. MySQL DROP DATABASE Statement - W3Schools

    The DROP DATABASE statement is used to drop an existing SQL database. Note: Be careful before dropping a database. Deleting a database will result in loss of complete information …

  3. Deleting a Database in MySQL: A Step-by-Step Guide

    May 6, 2024 · In this tutorial, we’ll walk through the steps to properly delete a database in MySQL. A MySQL server installed and running. Sufficient privileges to delete databases. To delete a …

  4. MySQL DROP DATABASE - MySQL Tutorial

    This tutorial shows you how to use the MySQL DROP DATABASE statement to delete an existing database in the server.

  5. 3 Ways to Drop a Database in MySQL 8 - Sling Academy

    Jan 25, 2024 · Step 1: Connect to the MySQL server using the MySQL command-line client. Step 2: Execute the DROP DATABASE command, followed by the name of the database you wish …

  6. MySQL Delete Database - Tutorial Gateway

    The basic syntax to Delete or Drop a Database in MySQL is: DROP DATABASE Database_Name. For the demonstration of this drop purpose, we are going to delete the …

  7. How to Delete a Database in MySQLMySQL Cluster

    Sometimes, you may need to delete a database in MySQL to free up disk space, remove unnecessary data, or simply because you no longer need it. In this article, we will show you …

  8. How to delete the Database in MySQL?

    Nov 10, 2024 · Deleting a MySQL database is a straightforward process. Here’s a step-by-step guide: To delete a database, you need to connect to your MySQL server. You can do this …

  9. How to Delete a MySQL Database on Linux via Command Line

    Apr 20, 2019 · This tutorial describes how to delete (or drop) a MySQL or MariaDB database through the command line. Before you begin # All commands are executed as an …

  10. How to delete a database from MySQL? - TinyGrab

    May 1, 2025 · To delete a database from MySQL, you use the DROP DATABASE statement. The syntax is incredibly simple: DROP DATABASE database_name;. Just replace database_name …

  11. Some results have been removed
Refresh