On Wed, Aug 24, 2011 at 1:30 PM, Nam Gi VU <nam.gi...@gmail.com> wrote:
> Thanks Bastien for your suggestion.
> Though, I use the `root` account with `All privileges' but it still not
> allowing me to call `drop database'.
> What should I do next?
>
> On Wed, Aug 24, 2011 at 6:25 PM, Bastien <phps...@gmail.com> wrote:
>>
>> On 2011-08-23, at 6:44 AM, Nam Gi VU <nam.gi...@gmail.com> wrote:
>>
>> > Hi every one,
>> > When trying to run my database script with `drop database` command, the
>> > server refuse and said as below screenshot.
>> > What should I do to enable this command?
>> >
>> > Regards,
>> > Nam
>> >
>> >
>> >
>>
>>
>> Check that you phpmyadmin user account has the drop privilege. If not,
>> grant that privilege or create another user account that does have more
>> privileges
>>
>> Bastien
>
>
> --
> Nam
>

try creating another user account, that isn't root (always a good
habit) and giving that account the needed privileges and then
configure PMA to use that account.

-- 

Bastien

Cat, the other other white meat

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to