The Other Air Force wrote:
I used PHPMyAdmin for sometime until I realized that a web based app with full access to the database is probably not a good security practice. I started using MySQL Workbench over SSH and made sure the external MySQL port was closed for added security.
Unfortunately, that's all the help I can offer. I was using Apache and PHPMyAdmin and it just worked on Ubuntu when I installed the packages.
This is my advice. When I used PHPmyAdmin, I had an IP whitelist in .htaccess on the directory the symlink was in. It can be tedious, but learning SQL and using the MySQL shell is best.