[Koha-bugs] [Bug 6416] New: koha-remove fails when dropping user

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 27 12:07:40 CEST 2011


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

             Bug #: 6416
           Summary: koha-remove fails when dropping user
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Packaging
        AssignedTo: robin at catalyst.net.nz
        ReportedBy: magnus at enger.priv.no
         QAContact: koha-bugs at lists.koha-community.org


I have MySQL running on the same machine as Apache/Koha, and have created a new
library with "sudo koha-create --create-db demo". 

When i do "sudo koha-remove demo" I get this: 

Removing Koha instance demo
ERROR 1396 (HY000) at line 1: Operation DROP USER failed for 'koha_demo'@'%'

When I log in to mysql as root and do this: 

DROP USER failed for 'koha_demo'@'%';

I get pretty much the same message. But when I replace % with localhost and do
this: 

DROP USER failed for 'koha_demo'@'localhost';

it succeeds.

-- 
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