[koha-commits] main Koha release repository branch new/bug_8261 created. v3.08.00-585-gaba36d2

Git repo owner gitmaster at git.koha-community.org
Wed Aug 29 13:45:41 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8261 has been created
        at  aba36d26d93c609e7ae963cbcdb5173ed8f54e74 (commit)

- Log -----------------------------------------------------------------
commit aba36d26d93c609e7ae963cbcdb5173ed8f54e74
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Jul 20 12:20:47 2012 +0200

    Bug 8162: allow packages to work on Ubuntu Precise
    
    The newer version of MySQL in Ubuntu 12.04 installs a default
    'localhost' user with no username. Due to the way that MySQL looks up
    user details when you connect, if you connect from localhost and the
    user was only created with a wildcard host (%), the anonymous localhost
    user will be found instead. This means that your username is lost for
    the connection, and you have no privileges.
    
    This patch creates a second user with a hostname of 'localhost'. This
    will not work if your database is on a remote server, but you probably
    know what you are doing if that's the case. Patches to determine this
    server's name relative to the MySQL server are welcome (or even ideas on
    how to do it.)
    
    It also fixes up a couple of other small things:
    * make koha-remove stop zebra properly
    * stop the warning that the password file is missing on create
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Works as promised.

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list