-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXFT-1.8.7
-
Component/s: Continuous Integration, nuxeo-ftest
-
Tags:
-
Sprint:nxcore 10.10.4
-
Story Points:1
For the needs of NXP-25622, we need to ugprade the MySQL DB create statements because:
GRANT ALL ON `${nuxeo.db.name}`.* TO '${nuxeo.db.user}'@'%' IDENTIFIED BY '${nuxeo.db.pass}';
is not supported since MySQL 5.7.2
- is required by
-
NXP-25622 Update support for MySQL backend: MySQL 8.0.13
- Resolved