How can I Manage MySQL databases?

CPanel includes a web-based MySQL management tool called phpMyAdmin. This tool allows you to manage all aspects of your database structure and data. Refer to the phpMyAdmin documentation link, which is http://yourURL:2082/3rdparty/phpMyAdmin/Documentation.html, if you need to know more about using phpMyAdmin. 1- Click on the MySQL databases button on the home page. 2- Click on the phpMyAdmin link at the base of the window. Refer to the phpMyAdmin documentation link, which is http://yourURL:2082/3rdparty/phpMyAdmin/Documentation.html, if you need to know more about using phpMyAdmin.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I create a MySQL database?

1- Click on the MySQL databases button on the Cpanel home page. 2- Enter the name of the...

How can I Remove a database?

Removing a database will delete that database from its online location. Be sure that you have...

How can I Create a MySQL user?

You need to create a MySQL user before that user is able to use the database. This does not...

How can I Remove a user?

Removing a user deletes that user - it removes all database permissions that the user has and...

How can I Grant a user's permissions to a MySQL database?

Once you have created a user to use a database you need to grant that user permission to use the...