Return to "ValueApps - Databases"PhpMyAdmin is a web-based Graphic User Interface (GUI) for working with MySQL databases. It allows even a novice database user to quickly and easily manage databases without having to learn the arcane command line interface of MySQL.
The first step to using a database is to create one so that you can then populate it with your information.
Click on Install & Manage on the left
Click on the
Database folder at the top of the page
Click on
PhpMyAdmin under the Available ValueApps section on the left
Agree to the license
Click the
button
You will now see a link labeled “Launch Application” next to PhpMyAdmin under Installed ValueApps that you can click to access your database information; you can also use this direct link to access PhpMyAdmin using your VDS Manager username and password:
http://yoursitedomain.com/phpmyadmin/
First, log in to phpMyAdmin using the “Launch Application” link or the phpMyAdmin URL listed above.
In the “Create new database” text box, enter a name for your database
Click the “Create” button
After your database is created, it will be listed on the left-hand side of the phpMyAdmin window, and will be ready to be populated with tables.
On the left-hand side of phpMyAdmin, click on the database in which you wish to create the new table
Under “Create new table on database?” enter the following information:
Click the “Go” button
On the next screen, enter the following information for each field of the table:
Important Note: For more information on MySQL terminology, visit the MySQL documentation site at http://dev.mysql.com/doc/refman/5.0/en/
Now that you have your database created and have started tables inside of it, you can begin populating your database with records.
From here, you will have the following options:
You can find more information about working with databases, tables, records, and creating SQL queries at the MySQL Documentation site, http://dev.mysql.com/doc/mysql/en/index.html