The mysqld daemon sends a bunch of log messages to /var/log/cfn-init.log when it is started by cfn-init. One message that we noticed says:
[Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
We should probably heed this warning's advice :P The mentioned documentation is located here.
The
mysqld
daemon sends a bunch of log messages to/var/log/cfn-init.log
when it is started bycfn-init
. One message that we noticed says:We should probably heed this warning's advice :P The mentioned documentation is located here.