Error connecting to MySQL
Greetings all, I’m a new user of Koha, attempting to set it up for my wife’s class library. I’ve successfully installed it on an Ubuntu 14.04 server. I can log in to the “intra” staff section at lib-admin.domainname.com <http://lib-admin.domainname.com/> and everything there works correctly, but going to lib.domainname.com <http://lib.domainname.com/> gives me the error message “Error connecting to MySQL” without any further information. I’m sure it’s something quite simple that I’ve overlooked, but I can’t figure out what that might be. Are there some error logs I should be checking? Some obvious switch I haven’t flipped? Thanks in advance for your help. -Jonathan Shearon
Hi Jonathan, what version of Koha did you install, what instructions and what installation method (Debian packages, tarball…) did you use? If you did a package installation, you will find Koha log files in /var/log/koha/<instancename>/ (in your case that would be /var/log/koha/lib/). You should probably check MySQL log files too. There is also some system information availabe in the staff client > »About Koha« that may be worth checking for errors. -- Mirko -- Mirko Tietgen mirko@abunchofthings.net http://koha.abunchofthings.net http://meinkoha.de
Uh? MySQL not connect? Not a problem ;) http://wiki.koha-community.org/wiki/Install_Koha_3.6_on_Debian_squeeze_using... Make sure that your user defined in koha-conf is your db user and he can connect to mysql by console mysql -u $kohadbuser -p $dbkoha That's all El sábado, 25 de julio de 2015, Jonathan Shearon <jonathan.shearon@gmail.com> escribió:
Greetings all,
I’m a new user of Koha, attempting to set it up for my wife’s class library. I’ve successfully installed it on an Ubuntu 14.04 server. I can log in to the “intra” staff section at lib-admin.domainname.com < http://lib-admin.domainname.com/> and everything there works correctly, but going to lib.domainname.com <http://lib.domainname.com/> gives me the error message “Error connecting to MySQL” without any further information. I’m sure it’s something quite simple that I’ve overlooked, but I can’t figure out what that might be. Are there some error logs I should be checking? Some obvious switch I haven’t flipped?
Thanks in advance for your help.
-Jonathan Shearon _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <javascript:;> https://lists.katipo.co.nz/mailman/listinfo/koha
-- *-- Larry Letelier N.* *F: **+56 2 3205 2737* *F: **+56 9 7589 6842*
participants (3)
-
Jonathan Shearon -
Larry Letelier -
Mirko Tietgen