Summary
User is facing an error while setting up a MySQL connection to localhost.
Question
Hi All,
Can someone please help me with the below error as I am trying to setup a mysql connections which is running in my localhost.
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.
Join the conversation on Slack
["error", "mysql-connector", "localhost"]
is your airbyte running locally too?
https://docs.airbyte.com/integrations/sources/mysql
that’s the mysql doc… Not sure if you’ll be able to connect. Also did you try to connect into your db by another mean?
also try to get the host name
mysql -u "root" -e "SHOW VARIABLES LIKE 'hostname';
I have tried all the configurations which is shown in the above page.
Still not able to understand what exactly is the issue.