PDA

View Full Version : Delete Database


DavT
6-21-03, 02:27 PM
How do I DELETE a database? I mean completely so that I will no longer be using mysql at all.

B&T
6-21-03, 08:56 PM
Just drop all the tables. Then there will be nothing to use.

DavT
6-21-03, 09:15 PM
How do I do that? And where?

Atomic-Design
6-21-03, 10:16 PM
Use MySQL-Front, connect to your server, open your database, click a list of your current tables, highlight them all, right click, and finally hit Drop tables.

B&T
6-21-03, 10:55 PM
Or . . .

I use phpMyAdmin - see the turorial here:

http://help.powweb.com/tutorials/mysql/phpmyadmin/install.php