siteserver / cms

SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。
https://sscms.com
GNU Affero General Public License v3.0
3.67k stars 1.21k forks source link

求助:ERROR Unable to connect to database,error message:the give key '12846 was not present in the dictionary. #3562

Open tersup opened 1 year ago

tersup commented 1 year ago

系统环境 OS:uos release 20 database:goldendb5.2.01 .net:7.0.3 CPU:ARM64

执行命令,报错如下: ./sscms status

ERROR Unable to connect to database,error message:the give key '12846 was not present in the dictionary.

初步怀疑是字符问题,因为不识别字符所以连不到数据库;

starlying commented 1 year ago

看着报错是什么字典key有问题,具体原因不好判断

tersup commented 1 year ago

我研究了下,数据库是utf8mb3,sscms设置的是utf8模式,可能是这时有问题,连接串改了,程序里改下再试试,这个程序有地方改吗?

starlying commented 1 year ago

SSCMS系统没有写死对应的模式,只要配置文件的数据库连接字符串改了就可以