Yes, probably the permissions are wrong. In addition you can check other permissions under koha installation directory. For mysql connect you should add -p switch to prompt for password -- alen Joe Allen wrote:
database=Koha hostname=localhost user=kohaadmin pass=********** intranetdir=/usr/local/koha/intranet opacdir=/usr/local/koha/opac kohalogdir=/usr/local/koha/log kohaversion=2.2.5 httpduser=apache intrahtdocs=/usr/local/koha/intranet/htdocs/intranet-tmpl opachtdocs=/usr/local/koha/opac/htdocs/opac-tmpl
It's not the Koha database user that's the problem. kohaadmin is the default MySql user and it connects just fine. On 4/20/06, *Marilen Corciovei* < marilen.corciovei@nemesisit.ro <mailto:marilen.corciovei@nemesisit.ro>> wrote:
If it does not work try looking here: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html
For adding/modifying users.
On Thu, 2006-04-20 at 13:11 +0200, alen vodopijevec wrote:
Hi!
You should check (change) your database setup and credentials in "koha.conf" and then try to connect from the command line with:
# mysql -u username -p database_name
regards
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> http://lists.katipo.co.nz/mailman/listinfo/koha