How do I manage my MySQL databases?

Once you've created your MySQL databases you may need to manage them, depending on what you're doing with MySQL. We have phpMyAdmin which can be found in your cPanel control panel.

phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I connect to my MySQL database remotely?

To setup remote access to your MySQL database(s) you will need to add the IP address you will be...

What are my databases called?

When you create a new database in your cPanel control panel MySQL section you may give them names...

Official MySQL Documentation

The official MySQL documentation may be found at: http://www.mysql.com

Great MySQL Resource

An excellent resource for users of MySQL is http://www.devshed.com/c/b/MySQL/ They also have a...

What is the database hostname my scripts need to use?

When setting up scripts within your account with us that reply on MySQL databases the hostname...