|
If your package allows for the creation of a database it is an easy process to add one. Click 'MySQL databases'
in your web panel home page, enter the desired name, click add database, add the username and password and it is
ready to use.
To add a user to a database click on the 'MySQL databases' in your web panel home page, enter the user's name
in the UserName field and the user's password in the Password field. Click on the Add User button.
Once you have created a user to use a database you need to grant that user permission to use the database. To
grant user permissions to a MySQL database:
- Click on the MySQL databases button on the home page.
- Choose the specific user from the User drop-down list and the specific database to grant permissions to from
the Db drop-down list.
- Click on the Add User to Db button.
The user now has permission to use that database and sample connection strings are shown in the MySQL window.
|