0

"could not connect to database server:localhost"

I am getting "could not connect to database server:localhost" in opensis cms? how to solve this issue?

Database Add a comment
rebeccajazz
asked Sep 25 2018

Answer

0

check strict mode. if is it enabled please disable strict mode run the following steps.

linuxhelp opensis # vim /etc/mysql/my.cnf

[mysqld]

sql_mode=

linuxhelp opensis # systemctl restart mysql.service
Add a comment
gokulravichandran2
asked Sep 28 2018
edited Oct 30 2018
Post your Answer