Web installer Step 3 displays the following mysql error: "The following error occurred while importing the database structure: mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1171 (42000) at line 1385: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead " These are the informations from Step 2 "Database settings: database type : mysql database name : koha_library database host : localhost database port : 3306 (probably OK if blank) database user : koha_library Connection established. Database koha_library exists. User koha_library has all required privileges on database koha_library."
Hi, I have this issue also, trying to install koha on a fresh ubuntu 16.04 install, MySQL 5.7.12. Same message in the web installer: mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1171 (42000) at line 1385: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
Can you continue the web installer after this warning?
(In reply to Katrin Fischer from comment #2) > Can you continue the web installer after this warning? Hi, no it will not continue.
For me it is exactly the same.
Please take a look at bug 16402 for a possible fix!
*** This bug has been marked as a duplicate of bug 16402 ***