I install WordPress by the site of digital ocean droplet.I want to know the installation if has lemp.If I can install phpmyadmin directly.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Unless you really need phpMyAdmin, I would recommend a more secure approach that is using a MySQL client (such as MySQL Workbench, HeidiSQL, etc.) and accessing the MySQL server through an SSH tunnel.
To set up the tunnel, run:
on your local machine, and configure your SQL client to connect to
127.0.0.1
on port3306
.Hi @534878350
You can have a look at this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-phpmyadmin-on-a-lemp-server
If your web-root is different than
/usr/share/nginx/www
, then you need to change that to reflect your setup.