Jump to content

Deleting a "test databse"

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
eric

eric

    Newbie

  • Members
  • PipPip
  • 17 posts
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.

Edited by Roger, 17 October 2010 - 12:31 PM.
removed links


#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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]