phpMyAdmin

phpMyAdmin is a third-party tool included with cPanel, used for maniuplating MySQL databases over the Internet. Using phpMyAdmin, you can add and drop databases, create, alter, and delete tables, add, edit, and delete fields, execute SQL statements, and manage users, keys, and permissions.

For more information regarding all of phpMyAdmin’s functions and a complete guide on how to use them, visit http://www.phpmyadmin.net/home_page/docs.php.

Was this answer helpful?

 Print this Article

Also Read

How do I connect to and use MySQL?

Please login to your control panel and follow these steps to create the database, user and its...

Why do I get error message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' on shell?

If you get this error message when trying to use mysql command line utility from shell: Can't...

How can I backup and restore my MySQL databases?

There are two main ways to back up or restore a MySQL database on our servers: via SSH or the...

Can I connect remotely to MySQL database?

Yes! it is possible. For this you have to allow remote access from your control panel, by adding...

How to create and use MySQL database

MySQL Databases Databases offer a method for managing large amounts of information easily...