Accessing phpMyAdmin

phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases.  You can execute SQL statements, work with fields (add, edit, delete), work with tables (create, alter, drop), create additional databases, and much more.  phpMyAdmin is intended for advanced users.  Most PHP scripts will automatically setup the database for you, so you probably won't need to use phpMyAdmin.

phpMyAdmin can be accessed at http://www.yourdomain.com/phpMyAdmin

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Creating Databases

This section provides information about creating MySQL databases. The control panel makes...

Removing Databases

This section provides information about removing databases, adding users to a database and...

Adding Users to a Database

There may be times when you want to have more than one login name and password assigned to a...

Removing Users from a Database

To remove database users, first click on the database name from the main MySQL Management menu....

Changing Database Passwords

This section provides information about changing database passwords, setting up your database...