Managing MySQL Database under Domain Owner
As a domain owner, you can manage the existing MySQL databases created by the admin: add tables, fields.
To be able to manage MySQL databases, you have to be logged in as CP+ domain owner.
Once you are there, do the following:
- On the Home page, cilck the MySQL Management icon in the Account Features section. You will see the page with existing databases:

- Click the database name to get access to tables.
- To add more tables to this database, click Create a new table. The following page will show:

- Fill the table creation form:
- Enter Table name;
- Optionally, copy fields from table (choose table from the drop-down box);
- Choose table type from the drop-down box;
- Set Initial fields: enter field names, choose data type, set type width, if necessary.
- Click Create.
To manage a specific table:
- Click the field name to modify field parameters. You can change field name, data type, type width. Make sure to click Save to preserve changes.
- Add more fields by choosing the data type from the drop-down box. Fill the form that shows and click Create.
- Click the View Data button to see the data entered into the table. Here you can edit selected rows, add/delete rows.
- Click the Drop Table button to delete table .
To manage database:
|