by sergioag » Sat Apr 02, 2005 9:44 pm
You can use, for example, PHP to make a MySQL query with the following code:
DROP DATABASE 'database_name';
Obviously replacing database_name with the database you want to replace.
Hope this is useful.
Sergio Aguayo