sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.91k stars 2.04k forks source link

默认配置不支持mysql8 #201

Closed ariallyp closed 4 years ago

ariallyp commented 4 years ago

用mysql8.0配置的时候,发现会报错,改成mysql5.6后,启动正常。

631086083 commented 4 years ago

mysql5.8之后的版本,数据库需要设置ssl和时区等等,url需要修改下,可以自行百度配置一下

ariallyp commented 4 years ago

原来如此,感谢

------------------ 原始邮件 ------------------ 发件人: "631086083"<notifications@github.com>; 发送时间: 2019年12月18日(星期三) 下午5:27 收件人: "sohutv/cachecloud"<cachecloud@noreply.github.com>; 抄送: "【清風颯颯】"<arial@foxmail.com>; "Author"<author@noreply.github.com>; 主题: Re: [sohutv/cachecloud] 默认配置不支持mysql8 (#201)

mysql5.8之后的版本,数据库需要设置ssl和时区等等,url需要修改下,可以自行百度配置一下

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

daviddai1998 commented 4 years ago

mysql5.8之后的版本,数据库需要设置ssl和时区等等,url需要修改下,可以自行百度配置一下

您好,可以详细说下怎么解决吗,没有太明白如何修改url。如果能把百度链接告诉我就最好了,感激不尽。