How to interface with MySql 9.6?

apz28 home at home.com
Thu Feb 19 23:32:05 UTC 2026


On Thursday, 19 February 2026 at 22:54:42 UTC, realhet wrote:
> Hi,
>
> I tried to get help form AI but it's fooling me relentlessly ;)
>
> I've tried mysql-d/mysql-native.
> It says can't connect because the authentication method not 
> supported.
> MySql 9.6 supports only these: sha256_password, 
> caching_sha2_password
> I can't select the old plugin called: mysql_native_password
>

You can try my packages - if bug found, please create one
Look unittest in module pham.db.db_mydatabase for 
DbIntegratedSecurityConnection.srp256

https://github.com/apz28/dlang/tree/main/source/pham/db
https://code.dlang.org/packages/pham_library


More information about the Digitalmars-d-learn mailing list