Install PHPMyAdmin on Ubuntu

Tiempo de lectura: < 1 minuto Reading time: < 1 minute Today I’m going to show you how to install PHPMyAdmin on Ubuntu: Follow these steps: Open a terminal and type sudo apt update to update the list of available packages on your system. Install PHPMyAdmin by typing sudo apt install phpmyadmin. You will be prompted to choose the authentication method ... Read more