PDA

View Full Version : QUICK MySQL Question


GaleForce
10-13-02, 07:15 PM
What query can I run to have the database drop all the tables?

HalfaBee
10-13-02, 08:50 PM
There is no simple query to drop all the tables.

If you use phpmyadmin it is easy.

Select all the tables and from the drop down box select drop.

HalfaBee