10 Jun
2019
10 Jun
'19
8:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23090 --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- TEST PLAN --------- $ sudo mysql -u root
CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'badpassword'; [Magical MySQL Error] CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'GoodP@ssw0rd'; [Should be okay] DROP USER 'bug23090_test1'@'localhost'; QUIT $ sudo koha-create --create-db fail23090 [Magical MySQL Error] [Apply this patch and put it (debian/scripts/koha-create) into place in /usr/sbin/koha-create] $ sudo koha-create --create-db pass23090
Clean up of useless instances is left as an exercise to the reader. -- You are receiving this mail because: You are watching all bug changes.