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

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Jul 9 19:41:59 CEST 2007


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





------- Comment #2 from dswhite42 at spambob.com  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.





More information about the Koha-bugs mailing list