How to install Adminer on Ubuntu 22.04 LTS
Channel:
Subscribers:
14,000
Published on ● Video Link: https://www.youtube.com/watch?v=dUgWD2J97Kk
In this video i will show you how to install Adminer on Ubuntu 22.04 LTS. Adminer is an open-source web-based tool to manage databases.
Some of the commands
sudo apt install php php-curl libapache2-mod-php php-cli php-mysql php-gd
SET PASSWORD FOR 'root'@'localhost' = PASSWORD("my-password");
Enable php-fpm
sudo a2enconf php*-fpm