When creating a database, there's no new user created for it (and thus no username and password to access the database). All users are completely managed separately from the databases. And all users with global privileges can access any database on the server.
When you want to assign specific rights for a certain user on a certain database, you'll have to create a user and a database. Next you can assign the permissions for the new user to the new database.