[FEATURE] Use utf8mb4 on mysql for new instances
If installing a new TYPO3 instance on mysql, utf8mb4 is now used as default charset for the database connection and as default collation. Upgraders may change LocalConfiguration to use utf8mb4, too. They however need to take care of changing their collations and setting according table detaults on their own. A reports status check verifies there is no mixed collation. Resolves: #80398 Resolves: #82080 Resolves: #82551 Releases: master Change-Id: I6bf464a22c6ed74631bf5aacff9c2cfe670077da Reviewed-on: https://review.typo3.org/56440 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Lienhart Woitok <lienhart.woitok@netlogix.de> Tested-by:
Lienhart Woitok <lienhart.woitok@netlogix.de> Reviewed-by:
Georg Großberger <garfieldius67@gmail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
Showing
- typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php 5 additions, 1 deletion...ysext/core/Classes/Database/Schema/ConnectionMigrator.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst 59 additions, 0 deletions.../Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst
- typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql 1 addition, 1 deletion...s/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql
- typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql 2 additions, 2 deletions...es/Private/Sql/Cache/Backend/Typo3DatabaseBackendTags.sql
- typo3/sysext/core/ext_tables.sql 7 additions, 7 deletionstypo3/sysext/core/ext_tables.sql
- typo3/sysext/frontend/ext_tables.sql 3 additions, 3 deletionstypo3/sysext/frontend/ext_tables.sql
- typo3/sysext/install/Classes/Controller/InstallerController.php 13 additions, 2 deletions...sysext/install/Classes/Controller/InstallerController.php
- typo3/sysext/redirects/ext_tables.sql 1 addition, 1 deletiontypo3/sysext/redirects/ext_tables.sql
- typo3/sysext/reports/Classes/Report/Status/ConfigurationStatus.php 56 additions, 0 deletions...ext/reports/Classes/Report/Status/ConfigurationStatus.php
- typo3/sysext/reports/Resources/Private/Language/locallang_reports.xlf 3 additions, 0 deletions.../reports/Resources/Private/Language/locallang_reports.xlf
Please register or sign in to comment