[Koha-bugs] [Bug 13669] New: Webinstaller fails on MySQL 5.6

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 5 00:05:39 CET 2015


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

            Bug ID: 13669
           Summary: Webinstaller fails on MySQL 5.6
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Due to a change in MySQL 5.6 [1] the web installer fails to load the
kohastructure.sql and the chosen sample data files.

This is because C4::Installer::load_sql relies on a command line call to the
mysql binary, which from now on doesn't support passing the user password as
parameter on the command line, YAY!

[1] http://dev.mysql.com/doc/refman/5.6/en/upgrading-from-previous-series.html

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list