is drop database syntax denied?

Status
Not open for further replies.

khairul

New Member
Messages
9
Reaction score
0
Points
0
If drop database syntax is denied, then how do we remove the database?
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
If drop database syntax is denied, then how do we remove the database?

Goto the Cpanel and click on MySql Databases and then delete the database.
 

khairul

New Member
Messages
9
Reaction score
0
Points
0
Did that too, but..

1. cpanel confirm deleted.

2. but database is not deleted.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Did that too, but..

1. cpanel confirm deleted.

2. but database is not deleted.

Can you check whether the database is still available in your phpmyadmin?
 

khairul

New Member
Messages
9
Reaction score
0
Points
0
Yes, phpadmin confirms the availability.

Nothing's changed.

Everything still intact, after deleting via cpanel.

via sql in phpadmin, drop database syntax is denied.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Yes, phpadmin confirms the availability.

Nothing's changed.

Everything still intact, after deleting via cpanel.

via sql in phpadmin, drop database syntax is denied.

Can you tell us what exactly the error you are getting when you give the drop database command?
 

khairul

New Member
Messages
9
Reaction score
0
Points
0
Under phpmyadmin, sql tab, after doing the drop database mydatabase1 command,
i get a pop-up message, saying,

"DROP DATABASE" statements are disabled.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Under phpmyadmin, sql tab, after doing the drop database mydatabase1 command,
i get a pop-up message, saying,

"DROP DATABASE" statements are disabled.

How many databases you have and which one you want to drop?
 

khairul

New Member
Messages
9
Reaction score
0
Points
0
i have 2. and i only want to drop 1. do you even have access to drop people's databases?
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
i have 2. and i only want to drop 1. do you even have access to drop people's databases?

No, I don't have access to server but I can forward this thread to staff so they can resolve the issue.
 

khairul

New Member
Messages
9
Reaction score
0
Points
0
i want to actually drop one database, but in the mean time,
i can do with dropping all the tables in the database and reconstructing the tables.
but it would really be helpful if we could drop the database ourselves, as it's not really efficient to make a request via forums everytime i need to delete a database or two. It would really help if they would re-enable the drop database syntax. Thanks.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Try using MySQL Databases in cPanel instead.
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
Databases has to be created, and deleted from cPanel.
Doing it in phpMyAdmin will not be enabled, it is a limitation required by cPanel, to keep track of number of databases.

If you don't see it in the list of databases in cPanel, you will need to tell us which database you want removed.

When the answer is given, thread should be escalated.
 
Status
Not open for further replies.
Top