| You need to create a MySQL user before that user is able to use the database. This does not automatically allow the user to use a database – you need to grant that user permissions to the specific database first.
To create a mySQL user:
1. Click on the "MySQL Databases" button at your control panel.
2. Enter the user’s name in the "Username" field and the user’s password in the "Password" field.
3. Click on the "Add User" button. |