I've set a webserver for databases with PHPMyAdmin but one of my nodes use ed25519 plugin to authenticate users. PhPMA doesn't let me use this plugin by default :
mysqli::real_connect(): The server requested authentication method unknown to the client [client_ed25519]
mysqli::real_connect(): (HY000/2054): The server requested authentication method unknown to the client
Is it possible to use phpMyAdmin with this mode?