Alex Tkachuk
Alex Tkachuk
The only workaround is to disable notifications globally in vscode's view. But, it will hide all the notifications, and every vscode update will overwrite changes anyway
Can confirm. This PR fixes build errors
Sure. have a look at my last comment in https://github.com/sidorares/node-mysql2/pull/1403
@silverbullettruck2001 So, the setup is a bit tricky. Usually, mysql requires mysql_native_password plugin, since it's using hashes and is secure. This is default In order to create user with mysql_clear_password...
I'm also on this. Can this PR be merged?
I did tests - changes here doesn't work. The password sould be returned as a function, not the password itself. ```diff diff --git a/lib/auth_plugins/mysql_clear_password.js b/lib/auth_plugins/mysql_clear_password.js index 0a13828..31ad40e 100644 --- a/lib/auth_plugins/mysql_clear_password.js...
> @sidorares How do you want to proceed with this? @rathboma doesn't seem to be responding this and we cannot update this PR to reflect the necessary changes. I can...
@silverbullettruck2001 this is my test script ``` const { Sequelize } = require('sequelize'); const dbConfig = { database: 'dbname', host: 'dbhost', port: '3306', username: 'dbuser', password: 'dbpass', }; const sequelize...
any news?
Just run autogen.sh