flechter commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375337312
on the container, yes it's working when I try with the ip adress : root@b2a437b146f8:/usr/local/apisix# mysql --host=10.59.6.225 -u root -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 18 Server version: 8.0.31 MySQL Community Server - GPL Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MySQL [(none)]> Ctrl-C -- exit! but not if I try with a localhost adress : root@b2a437b146f8:/usr/local/apisix# mysql --host=127.0.0.1 -u root -p Enter password: ERROR 2002 (HY000): Can't connect to MySQL server on '127.0.0.1' (115) root@b2a437b146f8:/usr/local/apisix# I have alos try to configure Apisix with the ip adress, but it's also not working -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
