mysql - Setting root without password only for a single database -


how configure mysql [using phpmyadmin ?] use 1 database root user without password ?

i have root user password. need root access 1 database without password.

it's not possible that. mysql user defined combination of host+username+password (not database name).

create mysql user. in current phpmyadmin version, can done via users menu.

by way, it's not secure have username without password.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -