刘德洪

Results 7 comments of 刘德洪

没有配置 按照文档,配置 mysql_native_password、caching_sha2_password、'' 3种 也一样的错误 按照我的理解,配置成 caching_sha2_password 应该不能用 mysql 5.5 的client 连接,实际测试也可以 不知道 是配置错误了,还是 理解错误了

对应的SQL: set character_set_connection = utf8, character_set_results = utf8, character_set_client = binary; Mysql 是支持这样的查询语句的。

这个 修改啥时候能合并?qconf_manager 的段错误 得重点处理下。

phpredis version may be 5.2.0 or 5.2.2 redis version is 2.8.x not use pconnect . pooling_enabled is enabled by default. This issue is too long time ago, and i tested...

I have the same error on PHP 7.1,and PHP-FPM exited on signal 11 (SIGSEGV) PHP Redis Version => 4.3.0 Redis cluster Version 4.0.11

Redis 6.0.2 has the same problem. Tested some data, some is right, some is wrong. ```php function test_setOption() { $host = '127.0.0.1'; $port = 6379; $redis = new Redis(); $redis->connect($host,...