MySQL Relationship Chart
The following chart is designed to show the relationship between MySQL users and databases:

In this example, Users A and B have the ability to write to Database1. Also, User B can read from and write to Database2. The purpose of this chart is to show that MySQL Databases and users are independent objects and that you need to create connections between them in order for them to interact.