Skip to content

SnowJun215/FFS-SERVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

启动错误

redis连接失败

ReplyError: Ready check failed: NOAUTH Authentication required.

解决办法

redis设置了连接密码,需要配置密码参数,参数名为password

数据库连接失败

SequelizeConnectionError: Client does not support authentication protocol requested by server; consi

解决办法

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published