I am trying to install phpMyAdmin on an Ubuntu 18.04 server where ERPNext is installed and running. I have tried the following till now but I am not able to get phpMyAdmin to work.
Edit the nginx host file which is used by the ERP-Next using nano. The file is available on /var/nginx/sites-available (please make sure you use the correct conf file… Please find the correct virtual host file first)
Paste the below code inside the server { session
include snippets/phpmyadmin.conf; #this is the file just created above
I had written a long rant/explanation about how I still could not get this working when I pasted the error below and figured it out… I did not have fpm installed. D/l’d that and all is well now - THANK YOU!
nging/error.log shows: 2020/06/04 00:51:36 [crit] 3568#3568: *1322 connect() to unix:/run/php/php7.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.20.191, server: site1.local, request: "GET /phpmyadmin/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.2-fpm.sock:", host: "192.168.30.61"
Thanks but perhaps I did’t respond well. I got it working but the fix was found while I was originally responding that I did not fix it… While pasting the error message I realized that I did not even have fpm installed.