Accessing and Managing MySQL Databases Using phpMyAdmin
First, log into the phpMyAdmin
page using your MySQL Database username and password. Then on the
left side of the phpMyAdmin page, click on your database name. On the right side
(the main page) you'll find tabs at the top which will allow you to access and
manage your database.
This displays your tables, allows you to browse, search, insert, edit table properties, delete (drop) table, or empty the data contained in the table. You can click on a check box next to one or more tables (or click the link to check all, and select an action from the drop down box, such as drop, empty, print view, or you can check, optimize, repair or analyse the selected table(s).SQL Tab: You can use this space to type in MySQL queries to manage your database. Here you can also upload a pre-made database from your hard drive into your Active Web Hosting database. This is useful if you have created your own database before hand or wish to upload a backup.Export Tab: Here is where you can back up your database and save it to your hard drive on your computer. Keeping backups of databases is a good idea, particularly if you have a lot of daily data flow such as with a forum or user accounts.Search Tab: This lets you search for records in the database. You can also search for words or values inside any specific table by choosing a table in the listbox.Query Tab: This lets you perform advanced queries on your database, including inserting or deleting data into specific fields.Drop Tab: Use this to delete your whole database (including erasing all tables and data contained in those tables). This cannot be undone so use this with care!Logging Out: To log out at any time, click on the Home link on the left and then in the main page under MySQL, click Log Out.For More Information:
|