StAwN74 / ckSurf-1.18kd-Release

Last seen version of a great plugin, server crash fixed.
9 stars 4 forks source link

Support MySQL 8 #11

Closed Snakzi closed 3 years ago

Snakzi commented 3 years ago

Hi,

in MySQL, plain passwords are not allowed anymore, it uses "caching_sha2_password". Is there an option to get it to work and not downgrade to 5.7?

kind regards and thank you for your work.

Bara commented 3 years ago

https://stackoverflow.com/questions/50169576/mysql-8-0-11-error-connect-to-caching-sha2-password-the-specified-module-could-n https://www.digitalocean.com/community/questions/how-to-change-caching_sha2_password-to-mysql_native_password-on-a-digitalocean-s-managed-mysql-database and more with the help of Google.

Snakzi commented 3 years ago

well, i know there is a solution. but wouldnt it be better if the plugin would support the new mechanism? plain and encrypted passwords, there is no need to explain which is better.

Bara commented 3 years ago

No, that's related to SourceMod. Personally I think it'll never supported by SourceMod.