Page 2 of 2

Re: phpmyadmin blank page

Posted: Tue Mar 01, 2022 8:13 pm
by Vegas10128
Another solution that worked for me, will add as a trouble shooting option if none of the above worked.
This applies for Apache2 using Ubuntu 18.04

Code: Select all

cd /etc/phpmyadmin

Code: Select all

sudo nano config-db.php
If

Code: Select all

$dbport=' ';
Include 3306 the standard port.

Code: Select all

$dbport='3306';
Save exit then,
log into vestacp control panel.

Restart mysql then apache2.

Refresh browser and should come back up pretty fast.