Rabadash8820 / AwsUtil

A set of scripts, templates, and schemas for general AWS cloud infrastructures.
Mozilla Public License 2.0
2 stars 0 forks source link

Use --explicit_defaults_for_timestamp With WordPress MySQL Server #51

Open Rabadash8820 opened 7 years ago

Rabadash8820 commented 7 years ago

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.