How can I manage my database via the web?


We have installed a powerful web interface that makes it very easy to administer your database. This interface, called phpMyAdmin, is based on the PHP scripting language and lets you create, drop, edit, and manage tables and data in your MySQL database.

You can read more on phpMyAdmin by going to 
phpMyAdmin. A demo of phpMyAdmin is available at https://demo.phpmyadmin.net/master-config/ 

Did you find this article useful?



  • How can I create a MySQL database?

    Click "MySQL Databases" icon, type a name in db: box and click "ADD DB" button. Then all you need to do is add the user into the database. See our...