sql - can we keep same password for mysql and for some specific databse? -


we use different password specific database , mysql.for instance, root user password 'root' , have database password 'root', possible use same password?

if have same user (same username , password) databases compromised if 1 application compromised since applications able query data databases. reason not using root when connecting applications not have less privileges, not having alter table right, application


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -