How to delete a database from mysql server.
Answer / Sarvesh Khan
To delete a database in MySQL, you can use the DROP DATABASE command. Here's an example:
```sql
DROP DATABASE your_database_name;
```
Replace `your_database_name` with the name of the database you want to delete.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to run a sql statement?
What is 'mysqladmin' in mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
What is mysql community edition?
how to Return total number of rows.
What is RMS Migrations
Can we write procedure in mysql?
What is longblob in mysql?
What is the use of innodb in mysql?
How to define numeric 9(3) in db2 table without decimal point??
What is the storage engine for mysql?
What is text in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)