Bug #76251 mysqld --initialize refers to mysql_install_db and bootstrap
Submitted: 10 Mar 2015 23:53 Modified: 29 Apr 2015 13:36
Reporter: Jesper wisborg Krogh Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.7.6 OS:Any
Assigned to: CPU Architecture:Any

[10 Mar 2015 23:53] Jesper wisborg Krogh
Description:
When initializing a new installation using mysqld --initialize the output of the command refers to mysql_install_db and bootstrap despite these being deprecated and no longer use.

How to repeat:
$ ./mysql/bin/mysqld --defaults-file=etc/my.cnf --initialize
2015-03-10T23:45:13.259092Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-03-10T23:45:24.034092Z 0 [Warning] InnoDB: New log files created, LSN=49319
2015-03-10T23:45:25.154377Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2015-03-10T23:45:25.256804Z 0 [Warning] Bootstrap mode disables GTIDs. Bootstrap mode should only be used by mysql_install_db which initializes the MySQL data directory and creates system tables.
2015-03-10T23:45:25.305487Z 0 [Warning] Failed to setup SSL
2015-03-10T23:45:25.305577Z 0 [Warning] SSL error: SSL context is not usable without certificate and private key
2015-03-10T23:45:25.306668Z 1 [Warning] A temporary password is generated for root@localhost: sLZ5ItHbq9)r
[29 Apr 2015 13:36] Paul DuBois
Noted in 5.7.8, 5.8.0 changelogs.

Some server warnings referred to the now-deprecated mysql_install_db
command.