Dimitri Fontaine
Dimitri Fontaine
I need more information here to be able to help you. Can you prepare a self-contained test case? See https://pgloader.readthedocs.io/en/latest/bugreport.html#test-cases-to-reproduce-bugs for details how to do that.
Which version of MySQL do you have? It looks like the MySQL driver is failing to read/parse some of the early connection packets from your database server...
Hi, did you check your MySQL logs? did you have timeout error messages there? did you try adjusting the parameters as instructed: you can do that from the pgloader command...
Hi! I'm not sure what to add to your detailed report... can you check the MySQL server logs for those refused authentication attempts? After all it might still by a...
Given https://github.com/qitab/qmynd/blob/master/src/mysql-protocol/authentication.lisp ; can you try the `mysql_native_password` on the server side? I guess we should now add the new default too, if that's possible. Do you want to look...
See https://github.com/qitab/qmynd/blob/master/src/mysql-protocol/authentication.lisp#L125 for the code handling the MySQL password challenge. The current status is that `mysql_native_password` authentication plugin is supported just fine, but `caching_sha2_password` is not there yet. Also, a...
When using debian, the SSL problems should be fixed in 3.5.2 packaging. Otherwise I'm not sure how to help you, SSL make things more complex than they seem. Then for...
Yeah I still did not have time to work on the new default authentication scheme for MySQL 8.0.1 and later. If someone would like to help, that might be the...
Hi @mfkhr ; could you send a bug fix PR?
Is it possible for you share the problematic file with me, over personal email maybe? (see my profile page for the email address).