[Koha-bugs] [Bug 6276] Access denied for user ... at localhost

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 29 02:57:45 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6276

--- Comment #1 from Robin Sheat <robin at catalyst.net.nz> 2011-04-29 00:57:45 UTC ---
Do you see any errors when you run koha-create?

The database creation process is:

CREATE DATABASE \`$mysqldb\`;
CREATE USER \`$mysqluser\`@'%' IDENTIFIED BY '$mysqlpwd';
GRANT ALL PRIVILEGES ON \`$mysqldb\`.* TO \`$mysqluser\`;
FLUSH PRIVILEGES;

I'm not sure what situation there would be where half of this works, but the
grant fails however.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list