Changelog
Ne manquez aucune de nos évolutions et mises à jour sur notre plateforme
Filtrage par tag
mysql
Dec. 4, 2017
-
Shared servers: MySQL and PostgreSQL requests that exceed 1h will be automatically killed by default
max_statement_time(for MariaDB) andstatement_timeout(PostgreSQL) are now set to 1 hour. Both can be manually overriden by our clients on a per-session or per-request basis if they really need to execute requests that last more than one hour.
April 21, 2017
-
MySQL databases are now in utf8(mb4)
Explicitely specifying the character set is no longer supported. The database character set is only the default character set, it can be overriden when creating tables if you need other character sets.