Bug #78182 Reduce the new password printed by --initialize to a note, not a warning.
Submitted: 24 Aug 2015 7:22 Modified: 27 Aug 2015 13:49
Reporter: Georgi Kodinov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Options Severity:S3 (Non-critical)
Version:5.7.8 OS:Any
Assigned to: CPU Architecture:Any

[24 Aug 2015 7:22] Georgi Kodinov
Description:
mysqld --initialize prints the password as a warning:

2015-07-24T08:47:55.049959Z 1 [Warning] A temporary password is generated for root@localhost: <pwd text>

This should be a [Note]

How to repeat:
mysqld --initialize and observe the stdout and stderr

Suggested fix:
Reduce to a note.
[27 Aug 2015 13:49] Paul DuBois
Noted in 5.7.9, 5.8.0 changelogs.

The initial-password message written by mysqld --initialize to the
error log has been reduced from a [Warning] to a [Note].