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/
Search Knowledge Base Articles
How can I manage my database via the web?
Did you find this article useful?
Related Articles
-
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...