MySQL Forums
Forum List  »  Newbie

Re: how to drop database named as database
Posted by: Rick James
Date: January 13, 2009 10:58PM

DROP DATABASE `database`;

Back-tics are used for quoting names. Usually they are optional, but not in this case.

Options: ReplyQuote


Subject
Written By
Posted
Re: how to drop database named as database
January 13, 2009 10:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.