How can I access phpMyAdmin without entering the Webuzo panel?
Find out how you can access phpMyAdmin directly via a link, without entering Webuzo, using the domain address or IP and the corresponding ports.
Accessing phpMyAdmin can be done without accessing the Webuzo administration panel through a direct link in the form address:port/phpmyadmin/index.php. The address in this case can be the owned domain name or the IP allocated to the domain. And the port can be 2002 for the unsecured version or 2003 for the secured version.
Example:
https://hostico.ro:2002/phpmyadmin/index.php - https://77.81.2.1:2002 - for unsecured connection
https://hostico.ro:2003/phpmyadmin/index.php - https://77.81.2.1:2003 - for a secure connection via SSL