[PHP-DB] MySQLnd support for ed25519

2021-09-07 Thread dimi_php
Hi everyone, i just wanted to ask if the authentication with ed25519 algorithm with the MySQLnd is maybe possible in the future? I use mariadb which currently not support either the sha256_password or the caching_sha2_password, therefore i have to use the standard mysql_native_password

Re: [PHP-DB] MySQLnd support for ed25519

2021-09-08 Thread dimi_php
Hi Ruprecht, yes, if a provider not changed the default authentication (mysql_nativ_password) there is nothing customers have to do, because the default authentication on mysql 5.7 and 10.5 is the same (SHA-1 based). Mysql changed this starting from version 8, were the default authentication