我刚刚通过softinnov提供的mysql驱动程序尝试在MariaDB中使用Rebol2
>> 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是否有比1.2.1更新的版本,或者我必须使用动态可加载库?
发布于 2016-09-19 11:19:18
在下面的位置使用-41版本可以解决这个问题。
来自https://chat.stackoverflow.com/transcript/291/2013/11/10/0-23,
@rgchris非常感谢你的链接,不知道Nenad / @DocKimbel创建了MySQL协议的替代版本:
http://softinnov.org/tmp/mysql-protocol-41.r
https://stackoverflow.com/questions/32967221
复制相似问题