Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: peterhocking on November 21, 2007, 11:10:17 AM

Title: Jinzora stopped working
Post by: peterhocking on November 21, 2007, 11:10:17 AM
I have Jinzora installed on SME Server 7.2. It has been working quite well. Yesterday when I went to use after having not used it for a couple weeks, I got the following error message "could not connect to database"

No changes have been made to the server other than installing the SME updates as they became available.

Any ideas?

Thanks,

Peter :-(
Title: Re: Jinzora stopped working
Post by: jester on November 21, 2007, 06:24:23 PM
If you've absolutely made no changes to your system... file a bug in the bugtracker.
Title: Re: Jinzora stopped working
Post by: christian on November 26, 2007, 04:06:06 AM
You may have found the following link already. Your problem sounded familiar so I went over to the jinzora forum and found the following:
http://en.jinzorahelp.com/forums/viewtopic.php?f=1&t=3917

basically either your user/password may have been modified accidentally or the sql daeman may not be running (check with "ps -ef | grep mysql".

it should be something like:
Code: [Select]
root      3265  3192  0 13:00 ?        00:00:00 runsv mysqld
smelog    3307  3265  0 13:00 ?        00:00:00 /usr/local/bin/multilog t s5000000 /var/log/mysqld
mysql     5296  3265  0 13:04 ?        00:00:01 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=#deleted# --pid-file=/var/run/mysqld/mysqld.pid
root      5937  5902  0 22:00 pts/0    00:00:00 grep mysql

Have you done your yum updates and reboot?

just some thoughts to get you going...

Christian