Edited by Roger, 17 October 2010 - 12:31 PM.
removed links
Deleting a "test databse"
Started by eric, Oct 09 2007 05:35 AM
1 reply to this topic
#1
Posted 09 October 2007 - 05:35 AM
Hello all, I am a mysql newb. I am familiarising myself with phpmyadmin and created a test database on the server. I'd like to delete it but don't know how. I have checked around and have found how to do this.
|
|
|
#2
Guest_Jordan_*
Posted 09 October 2007 - 12:07 PM
Guest_Jordan_*
If you are in phpmyadmin you can click on the database (on the left hand side) and then click on "Delete Database" near the middle.
If you are in mysql console (or use the SQL command in phpmyadmin) you can type
[HIGHLIGHT="MySQL"] DROP DATABASE <dbname>[/HIGHLIGHT]
If you are in mysql console (or use the SQL command in phpmyadmin) you can type
[HIGHLIGHT="MySQL"] DROP DATABASE <dbname>[/HIGHLIGHT]


Sign In
Create Account


Back to top









