koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1382] Koha fails to install when MySQL DB is on localho


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1382] Koha fails to install when MySQL DB is on localhost
Date: Mon, 9 Jul 2007 10:41:59 -0700 (PDT)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1382





------- Comment #2 from address@hidden  2007-07-09 10:41 -------

Also, I hit another error where I setup Koha one way, decided I wanted to try a
different password for my admin user, undid my installation and tried it again.
 It was another MySQL "Access denied for user 'kohaadmin2'@'localhost' (using
password: YES)" error.

This time, it had to do with the MySQL grant tables not being re-read.  It's
probably a minor problem that most people will never have, but it probably
wouldn't hurt to add the following line after the "GRANT ALL PRIVILEGES" line
in Install.pm

system("$mysqldir/bin/mysql '-u$mysqluser' -e \"FLUSH PRIVILEGES\" mysql");




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]