Comments - HTTP Plugin
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Check out PHPMyAdmin: https://www.phpmyadmin.net .
It gives you pretty much full access to MySQL, although it doesn't know much about MariaDB extensions. It is written in php, so you'll need access to the httpd server.
Actually, if you have Internet login credentials to the database, I don't think it matters where PhpMyAdmin is installed. You <i>could</i> even install it on your local machine, if you are willing to fire up an httpd server on it.
Unfortunately, most well-installed mysqld servers are going to be well protected, and probably not accessible over the Internet, unless you can run a VPN to them.