Page 1 of 1

phpmyadmin [xampp 1.5.1] unable to drop database =.=

PostPosted: 26. February 2006 08:55
by Zepx
Grr... can't drop database. Anyway to delete a database?

PostPosted: 26. February 2006 10:19
by WorldDrknss
you can try running the command from a command prompt in the mysql directive

eg:
mysql> DROP DATABASE databasename;

or manual deleting from the mysql database directory.

http://xampptutorials.com