How can I empty a MySQL database?
Author: admin admin Reference Number: AA-00351 Views: 11360 Created: 2013-04-11 13:19 Last Updated: 2013-04-11 13:19 0 Rating/ Voters

The easiest way to empty a MySQL database is through phpMyAdmin.

Once in phpMyAdmin, select the database you wish to empty.

A list with all the database’s tables will appear. Click [Check All] to select all tables.

Click the box [With selected:] and choose Drop and confirm. This will execute the DROP TABLE SQL query on all tables and the database will be emptied.

Quick Jump Menu