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

php - Add the correct number of days for each month -

java.util.scanner - How to read and add only numbers to array from a text file -