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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -