Bug #83554 Error message typo somewhere in mysqld
Submitted: 26 Oct 2016 20:22 Modified: 18 Nov 2016 7:46
Reporter: Oli Sennhauser Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:mysql-5.7.16 OS:Any
Assigned to: CPU Architecture:Any
Tags: mysqld, typo

[26 Oct 2016 20:22] Oli Sennhauser
Description:
bin/mysqld --defaults-file=/mysql/${INSTANCE_NAME}/etc/my.cnf --daemonize &
[1] 4229
Please set appopriate redirections for standard output and/or standard error in daemon mode.

--> appropriate instead of appopriate

How to repeat:
bin/mysqld --defaults-file=/mysql/${INSTANCE_NAME}/etc/my.cnf --daemonize &
[1] 4229
Please set appopriate redirections for standard output and/or standard error in daemon mode.

Suggested fix:
--> appropriate instead of appopriate
[26 Oct 2016 21:11] MySQL Verification Team
Thank you for the bug report.

miguel@tikal:~/dbs $ /sbin/mysqld --version
/sbin/mysqld  Ver 5.7.16 for Linux on x86_64 (MySQL Community Server (GPL))
miguel@tikal:~/dbs $ sudo /sbin/mysqld --defaults-file=/etc/my.cnf --daemonize &
[1] 5927
miguel@tikal:~/dbs $ Please set appopriate redirections for standard output and/or standard error in daemon mode.
[18 Nov 2016 7:46] Erlend Dahl
Fixed in 5.7.17 under the heading of

Bug#21627629 --DAEMONIZE: DON'T ENFORCE REDIRECTION IS LOG-ERROR OPTION IS IN USE