

Executes and returns results for arbitrary SQL queriesįor these reasons, and because it is a widely-deployed PHP application which is frequently targeted for attack, you should never run phpMyAdmin on remote systems over a plain HTTP connection.Handles authentication using MySQL credentials.Communicates directly with your MySQL installation.You can follow this guide on installing a LAMP stack on Ubuntu 18.04 to set this up.įinally, there are important security considerations when using software like phpMyAdmin, since it: A LAMP stack installed on your server.To set this up, follow our initial server setup guide for Ubuntu 18.04. This server should have a non- root administrative user with sudo privileges, as well as a firewall configured with UFW. To complete this tutorial, you will need the following:
Configuration phpmyadmin ubuntu how to#
In this guide, we’ll discuss how to install and secure phpMyAdmin so that you can safely use it to manage your databases on an Ubuntu 18.04 system.

PhpMyAdmin was created so that users can interact with MySQL through a web interface. While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL command line client.
