Skip to content

Config note about MySQL ANSI mode

DaveD requested to merge DaveD/installation:ansi into master

Civi often uses double-quotes in SQL queries which are not standard SQL. If you have ANSI_QUOTES (or ANSI which includes it) in your sql_mode then you get crashes.

Merge request reports