there is no password by database. There are passwords by users. You can give a user access/rights to a database. Thus indirectly you have a database password. But if userx has rights to databaseone and databasetwo they use the same password given the two databases are on the same database server instance.
You could get around this by setting up a different instance for every database, just a thought.
|