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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to