Using 8.2-SNAPSHOT with MySQL, I couldn't access Nuxeo Platform pages because of the following error:
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'description' at row 1
The problem can be temporarily solved by adding <field type="largetext">dc:description</field> to the default-repository-config.xml.nxftl template.