|
Answer
by: Stuart Pierce, Knowledge Base Support
The
MySQL Database Manager located in the Aplus.Net Control Panel makes it
easy to browse / add / drop tables in your database.
Here’s
how:
- Start
by logging into the Aplus.Net Control Panel at http://cp.aplus.net
using your Registration Number and Customer Password.
- Select
Web Hosting from the top navigation bar.
- Next,
select Hosted Domains and click on Manage
Hosted Domains.
- Now,
select the domain name of the website that you’d like to edit.
- Click
the MySQL Database Manager icon.
- Click
the manage database link associated with the exact
MySQL Database you’d like to manipulate.
You
will be redirected to the administering interface of the “phpmyadmin”
database manager. On the left-hand side you will see the name of the
database, and the tables you currently have.
To
browse a table, click the icon
which is located in front of the table name.
To
add a table:
- Click
the database name (your main FTPusername).
- At
the bottom of the page you will see the Create new table box.
- Enter
Name and number of Fields
for the new table and click Go.
- Now,
you can specify the characteristics for the new table. Click Save
when you are done.
To
drop a table:
- Click
the name of the table. All tables are listed on left hand side of the
page.
- Click
Drop from the top navigation menu.
Related
links:
|