Eugene Wang

Results 25 comments of Eugene Wang

Any progress on supporting MySQL 8.0's default authentication?? changing my.cnf file on the server is basically not an option.....

As @paveldvorak5 stated, is it possible to make user level setting to work around this issue? PS: tried `ALTER USER` command in MySQL 8, but then noticed that most users...

@aym0406 I gave up pgloader. Currently it is not an option for cases like yours and mine.

@ChristophBerg Thanks for the feedback, I will check it out in a few days.

A issue back in 5 years old could help you : https://github.com/axios/axios/issues/647#issuecomment-322209906

This is basically dead. People are making their own enhancement on top of it on many forks.

> that is sad i am using foutaine fork with the latest NodeJS LTS

attaching the URL of official DD-trace documentation where suggested others to use `none`. And this is wrong since many versions ago. https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm/?tab=nodejs

the impact of this error will cause actual SQL statement to be overridden as empty and it cause `mysql` library to complain `EMTPY` query and `mysql2` connection to hang until...

BTW, the edit on go.sum and go.mod is automatically improved by GoLand. so I think those changes should be okay. Let me know if they should not be there.