Open nataliekwong opened 1 year ago
User in that 51% here. Trying to connect local Airbyte instance to local MySQL 8.0 database, receiving 08S01
. Will search for another ETL solution.
@andrewtheis We've seen that creating a dedicated user can sometimes resolve the issue. @prateekmukhedkar do you have any other suggestions for helping to resolve the error?
Figured it out, issue was I had to use the Docker bridge hostname. I always forget about that 😅
Glad to hear!
Improve error messages for the MySQL source! Some baselines:
Error type: Request timed out due to HikariPool (24% of errors)
Suggestion: show the same guidance implemented here: https://github.com/airbytehq/airbyte/issues/25889
Error type: Network error (15% of errrors)
Open question - which could this relate to? Option 1: show the same guidance implemented here: https://github.com/airbytehq/airbyte/issues/25889 Option 2: Too many sockets open (is this an Airbyte-controlled error?) Option 3: Incorrect Unix socket file name or TCP/IP port number when trying to connect to the server. Also check that the TCP/IP port you are using has not been blocked by a firewall or port blocking service.
Error type: Security configuration invalid (9%)
Suggestion: Default the SSL mode to "required" on the form.
Error type: Malformed database URL (9%)
Open question - which could this relate to? Option 1: Database name is entered incorrectly / no such database exists. User needs to fix the entered configuration. Option 2: MySQL JDBC jar file version does not match the MySQL database server version
Error type: Access denied (8%)
Open question - which could this relate to? Option 1: Don't use a no-password, anonymous user for authentication Option 2: Check your password (if using password). Otherwise, check your user has access to the database.
Error type: SSH configuration doesn't work (5%)
Open question: is there any recommendation to offer here other than to check the configuration? Is there anything we can log differently to gather more information?
Error Type: SSL connection required: (5%)
Suggestion: Failed to find a valid SSL configuration. Ensure your database is set up with SSL.
Error Type: SshException: No more authentication methods available (3%)
Open question: What does this mean?
Error Type: 42000 Unknown Database 1049 (2%)
Suggestion: Failed to find database {x}. Verify the database you entered exists and the user has permission to access.
Anything with <=5 errors I skipped and did not include here, but can be seen here: https://docs.google.com/spreadsheets/d/1q9cybppuoWl7rgAdMOi3oxyazcnEkvcZZ4RiftDAbaY/edit?pli=1#gid=767914303
cc @prateekmukhedkar