HTTP Plugin

Is the an http plugin which will allow me to access the database. Where can I get it, and are there any examples of use?

Thank you,

Philip Stanton

Answer Answered by Jan Steinman in this comment.

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.

Comments

Comments loading...
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.