I just tried to use Rebol2 with MariaDB using the mysql-driver from softinnov
>> read mysql://user:password@localhost/mysql/test
** User Error: ERROR 1251 : Client does not support authentication protocol requested by server; consider upgrading MariaDB client
** Near: read mysql://localhost/mysql/test
Is there a newer version than 1.2.1 available or do I have to use a dynamic loadable library?