Could not connect with provided configuration
# announcements
j
Could not connect with provided configuration
s
@Jun Takeshita could you share more information to help us debug your issue? what source/destination are you using and what is the full error message?
j
logs-11-0.txt
s
and you connect with these exact same credentials using another sql client?
j
Yes, I mentioned Mysql Workbench is connecting to the mariadb docker contener
this is my docker compose detail about mariadb in github https://github.com/wgtgithub/anywhare-mariadb.git I just run vagrant up you know if you checked the git project
s
is a connection only available via SSL?
also, why is the host name different in your screenshot than in the airbyte UI?
sorry — i’m not familiar with workbench
j
you can connect any mysql client tool to the mariadb instance
I believe airbyte can’t access any port of localhost on MacOS, right?
s
Airbyte can definitely access localhost
assuming the port is published from the docker image
you said something about vagrant — what is running vagrant?
j
I see vagrant is not working in your any device, I know
what kind of OS about yours is?
% vagrant ssh
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-101-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Mon Mar 15 082221 UTC 2021
System load: 0.08 Users logged in: 0
Usage of /: 27.7% of 9.63GB IP address for enp0s3: 10.0.2.15
Memory usage: 31% IP address for docker0: 172.17.0.1
Swap usage: 0% IP address for br-aa75af9dd21f: 172.19.0.1
Processes: 106
* Canonical Livepatch is available for installation.
- Reduce system reboots and improve kernel security. Activate at:
https://ubuntu.com/livepatch
66 packages can be updated.
0 updates are security updates.
New release ‘20.04.2 LTS’ available.
Run ‘do-release-upgrade’ to upgrade to it.
* System restart required *
Last login: Mon Mar 15 055744 2021 from 10.0.2.2
vagrant@ubuntu-bionic:~$ cd /vagrant/
vagrant@ubuntu-bionic:/vagrant$ docker-compose ps
Name Command State Ports
--------------------------------------------------------------------------------
vagrant_mariadb_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp
vagrant@ubuntu-bionic:/vagrant$