You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Hello, when I try to specify a different port other than 3306, I get this error: SQLSTATE[HY000] [2002] Connection refused::SQLSTATE[HY000] [2002] Connection refused
Mariadb is configured to listen on port 30306. Pinged with various programs and even connected from the FreePBX pod using this command:
[tiredofit/debian:7.3.4 19:36:33] # mysql -h XXX -P 30306 -uXXX -pXXX
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 7
Server version: 10.6.7-MariaDB Source distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
Hello, when I try to specify a different port other than 3306, I get this error:
SQLSTATE[HY000] [2002] Connection refused::SQLSTATE[HY000] [2002] Connection refused
I use:
https://hub.docker.com/r/tiredofit/mariadb
https://hub.docker.com/r/tiredofit/freepbx
Mariadb is configured to listen on port 30306. Pinged with various programs and even connected from the FreePBX pod using this command:
Environment variables from FreePBX:
Environment variables from MariaDB:
And service mariaDB:
P.S.> Where XXX is intentionally hidden information. @tiredofit What could this be related to?
The text was updated successfully, but these errors were encountered: