Thread: phpmyadmin
View Single Post
  #4  
Old 29th December 2016, 11:09
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
Did you install PhpMyAdmin via apt?

Have you created a symlink? If not you will need to do the following

Code:
sudo ln -s /usr/share/phpmyadmin /usr/share/nginx/html
Your php will also need mcrypt enabled.

Restart php and nginx for good measure and you should be able to load it from http://yourdomain/phpmyadmin

And remember to lock it down to your IP or VPN if possible
Reply With Quote