Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T330
Change Details
Change Details
Old
New
Diff
* MySQL is configured with a small '**max_allowed_packet**' (4194304), which may cause some large writes to fail. Strongly consider raising this to at least **33554432** in your MySQL configuration. * Despite [[ https://github.com/nasqueron/docker-mysql/blob/51d5975218f6e890e8028eff2d54366a93ba8777/Dockerfile#L13 | our Dockerfile ]] adds sql_mode=STRICT_ALL_TABLES in my.cnf, the setting is currently STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION, as the setting is written below in the my.cnf file shipped with the Debian package from Oracle/MySQL.
* MySQL is configured with a small '**max_allowed_packet**' (4194304), which may cause some large writes to fail. Strongly consider raising this to at least **33554432** in your MySQL configuration. * Despite [[ https://github.com/nasqueron/docker-mysql/blob/51d5975218f6e890e8028eff2d54366a93ba8777/Dockerfile#L13 | our Dockerfile ]] adds sql_mode=STRICT_ALL_TABLES in my.cnf, the setting is currently STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION, as the setting is written below in the my.cnf file shipped with the Debian package from Oracle/MySQL.
Continue