29 Apr
2011
29 Apr
'11
2:57 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6276 --- Comment #1 from Robin Sheat <robin@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.