Koha 3.4.1 upgarde - failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES)
I am still in the process of upgrading our Koha from 3.00.06 to 3.4.1 Installation is ok. I could import the data from 3.0.6 and did the database update from the :8080 interface. But then when I run the script to remove the biblioitems I get the following error message: koha34:/opt/kohaclone/misc/maintenance # perl remove_items_from_biblioitems.pl --run DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /opt/kohaclone/koha-tmpl/lib/C4/Context.pm line 692 Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /opt/kohaclone/koha-tmpl/lib/C4/Context.pm line 692. What does that mean? ( By the way: I' m able to access mysql -ukohaadmin -pxxxxx ) Any ideas? Rudy Wuthrich Kodaikanal International School
Check if kohaadmin can access (via mysql -u -p -D<base name>) the Koha database. Regards, On Thu, May 26, 2011 at 12:44 PM, ISM KIS <Ism@kis.in> wrote:
I am still in the process of upgrading our Koha from 3.00.06 to 3.4.1
Installation is ok. I could import the data from 3.0.6 and did the database update from the :8080 interface.
But then when I run the script to remove the biblioitems I get the following error message:
koha34:/opt/kohaclone/misc/maintenance # perl remove_items_from_biblioitems.pl --run DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /opt/kohaclone/koha-tmpl/lib/C4/Context.pm line 692 Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /opt/kohaclone/koha-tmpl/lib/C4/Context.pm line 692.
What does that mean? ( By the way: I' m able to access mysql -ukohaadmin -pxxxxx )
Any ideas?
Rudy Wuthrich Kodaikanal International School
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France fridolyn.somers@gmail.com
"ISM KIS" <Ism@kis.in> writes:
What does that mean? ( By the way: I' m able to access mysql -ukohaadmin -pxxxxx )
Any ideas?
Is the koha database owner's username and password in $HOME/.my.cnf? -- Mahesh T. Pai || Learn from the mistakes of others. You won't live long enough to make all of them yourself.
I'd say no. They are in /etc/koha/koha-conf.xml and configured into MySQL server. On Thu, Jun 23, 2011 at 9:00 AM, Mahesh T Pai <paivakil@gmail.com> wrote:
"ISM KIS" <Ism@kis.in> writes:
What does that mean? ( By the way: I' m able to access mysql -ukohaadmin -pxxxxx )
Any ideas?
Is the koha database owner's username and password in $HOME/.my.cnf?
-- Mahesh T. Pai || Learn from the mistakes of others. You won't live long enough to make all of them yourself.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France fridolyn.somers@gmail.com
participants (3)
-
Fridolyn SOMERS -
ISM KIS -
Mahesh T Pai