Databases
Manage MySQL
MySQL is a database management
software. It will allow you to collect amounts of data and structure them into
a database. Databases can range from lists of information, to picture galleries,
to guestbooks, and more. MySQL stores your data in tables rather than one large
information source which allows you to access the data much more quickly.
This function will allow
you to show/edit/manage your MySQL databases. You can see the list of databases
installed under Databases. You can create a new MySQL Database by adding
the databse name in the blank field next to Add Db and then clicking
on Add Db. You can add a user to a database by selecting the database
and user from the drop boxes next to Add User to Db. To add a user, under
the Users section, enter the users name and password in the blank fields
and click Add User.
PhpMyAdmin
This function will run PhpMyAdmin
2.2.2 to manage your guestbooks, chat rooms, etc. You can find documentation
about PhpMyAdmin through the login screen for PhpMyAdmin.
|