Skip to content

Instantly share code, notes, and snippets.

@cballenar
Created June 11, 2017 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cballenar/b697589d436ff103a8e728085f3700e3 to your computer and use it in GitHub Desktop.
Save cballenar/b697589d436ff103a8e728085f3700e3 to your computer and use it in GitHub Desktop.

Notes regarding VPS setup

Making Craft Play Nicely With MySQL 5.7.5+

Create /etc/mysql/conf.d/sql_mode.cnf

[mysqld]
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

Source: Craft Cook Book

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment