How To Install phpMyAdmin on a LEMP server

Опубликовано: 07 Ноябрь 2024
на канале: NixInPix
986
9

Be shure that you have installed LEMP ( Linux, Nginx, MySQL, PHP) and then you can start installing phpMyAdmin. phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions.

Commands:

sudo apt-get install phpmyadmin
sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/html
sudo service nginx restart

You can always Deploy an SSD cloud server in 55 seconds
with Digitalocean.
Anyone how use this link will receive $10 in hosting credit immediately after unlocking their account by adding a valid payment method.
Sign Up with this link
https://www.digitalocean.com/?refcode...
(affiliate, referral)