Jump to content

Dropping Database Through Phpmyadmin


2bigpigs

Recommended Posts

I created a database in PHPMyadmin. It doesn't show up in CPanel and PHPMyadmin doesn't let me DROP the database.

When i try

 DROP DATABASE db_name;

I get an error saying 'DROP DATABSE statements are not allowed.'

 

Or if there was a way i could assign a user privileges to this database. That would be fine too.

Help?

 

Edit: Got around it by a comment.

DROP /**/ DATABASE db_name;

. I guess i should have tried it out myself before asking. Sorry :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...