Databases ::MySQL Database Wizard
[ HELP ]

MySQL Databases allow you to store lots of information in an easy to access manner. The databases themselves are not easily read by humans. MySQL databases are required by many web applications including some bulletin boards, content management systems, and others. To use a database, you'll need to create it. Only MySQL Users (different than mail or other users) that have privileges to access a database can read from or write to that database.


Step 1: Create a Database

 

 

[ Go Back ]


MySQL Database Wizard Help

MySQL Relationship Chart

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

mySQL Chart

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.