Database Management
How to create and manage MySQL databases and users for your dynamic applications.
Creating a Database
1. Click on MySQL Databases.
2. Under "Create New Database", enter a name and click Create Database.
Creating a User
1. Scroll down to "MySQL Users".
2. Enter a username and password.
3. Click Create User.
Assigning User to Database
1. Scroll to "Add User to Database".
2. Select the user and the database from the dropdowns.
3. Click Add.
4. Check "ALL PRIVILEGES" and click Make Changes.