If you get a Not Found error when you type http://ip/phpmyadmin in your browser, you can run the following commands in Ubuntu.
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf;
sudo a2enconf phpmyadmin.conf;
sudo service apache2 reload;
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket