Comments on How to Install phpMyAdmin with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
phpMyAdmin is a free and open-source application that can be used to manage MySQL and MariaDB database through a web-based interface. In this tutorial, we will explain how to install phpMyAdmin with Nginx on Ubuntu 20.04 and secure it with a free Let's Encrypt SSL Certificate.
5 Comment(s)
Add comment
Comments
By: TentMaker
I tried doing this, but every time i do Tab and enter, the installation just exits
By: jhosake
Thanks!
By: zam zam
thanks . this is helpfull.
By: Utkarsh
This secure the web connection, however the internal connection to MySQL is still not secure.
By: till
The internal connection between phpmyadmin and mySQL/MariaDB is a Linux socket file. There is no need to encrypt a local socket file connection between two applications.