Bug #87080 Contribution: fix install database by used mysqld --initialize in scr…
Submitted: 14 Jul 2017 23:57 Modified: 5 Sep 2017 1:58
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[14 Jul 2017 23:57] OCA Admin
Description:
This bug tracks a contribution by zhan shi (Github user: TIGERB) as described in http://github.com/mysql/mysql-server/pull/150

How to repeat:
See description

Suggested fix:
See contribution code attached
[14 Jul 2017 23:57] OCA Admin
Contribution submitted via Github -  fix install database by used mysqld --initialize in scr… 
(*) Contribution by zhan shi (Github TIGERB, mysql-server/pull/150#issuecomment-315251408): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_127887560.txt (text/plain), 945 bytes.

[15 Jul 2017 5:11] MySQL Verification Team
Thank you for the bug report/contribution.
[5 Sep 2017 1:58] Paul DuBois
Posted by developer:
 
Fixed in 5.7.20.

mysqld_multi was modified to use mysqld --initialize rather than the
deprecated mysql_install_db. Thanks to Zhan Shi for the patch.