If you receive the Not Found error when you type http://ip/phpmyadmin into your web browser, it will be sufficient to 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