Website URL
https://bnan.wuaze.com/phpMyAdmin/index.php?route=/
Error Message
mysqli::real_connect(): (HY000/2002): Connection refused
Other Information
phpMyAdmin config setting
$cfg[‘Servers’][$i][‘auth_type’] = ‘config’;
/* Server parameters */
$cfg[‘Servers’][$i][‘compress’] = false;
$cfg[‘Servers’][$i][‘AllowNoPassword’] = false;
$cfg[‘Servers’][$i][‘host’] = ‘mysql-9319768-csskin.g.aivencloud.com’;
$cfg[‘Servers’][$i][‘port’] = ‘12678’;
$cfg[‘Servers’][$i][‘user’] = ‘avnadmin’;
$cfg[‘Servers’][$i][‘password’] = ‘******************’;
$cfg[‘Servers’][$i][‘extension’] = ‘mysqli’;
I can access this database locally and confirm that MySQL is working properly. I’ve been running it on InfinityFree for several months without issues, but recently, I’ve been getting a ‘Connection refused’ error.