How can I view/modify data in my MariaDB - MySQL database?

Only make changes if you know exactly what you are doing. Often incorrect changes can have an impact on the application viewing the database and leaving the app non-functional.

Within control panel select MariaDB / MySQL database, on the bottom of that screen is a link for phpMyAdmin, select that. This will open a new window for phpMyAdmin. Within the left frame you can select the database you want to modify.




 

 
  • 461 Users Found This Useful

Was this answer helpful?

Related Articles

How do I import into a MariaDB - MySQL database?

Log into your control panel and go into the MariaDB - MySQL section. Make sure you have an...

Learn MySQL

If you do not know how to use MySQL there are some great guides at the following websites....

PHP information

To view your current version of PHP you will create a php file, for example info.php, and place...

What is the Path to ImageMagick?

The path to ImageMagick is /usr/bin/

How can I parse html as php?

Create an .htaccess file and upload it to the root of your public_html directory. Include the...