Jump to content

Recommended Posts

Posted

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 :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...