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.  Please visit http://www.phpmyadmin.net for more information on using phpMyAdmin.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Removing Databases

  A list of all databases is present in the main MySQL databases menu.  To delete a database,...

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 databases menu....

Changing Database Passwords

To change a database password, first click on the name of the database in the main MySQL...

Setting up your Database with Scripts

Most scripts need to know four things about your database: the database name, database username,...

Powered by WHMCompleteSolution