LDEV-3629: Limit length of columns as "the effective maximum length of a VARCHAR is subject to the maximum row size (65,535 bytes, which is shared among all columns)".
LDEV-3633: Allow specyfing port which MySQL runs on. Disable SSL for building LAMS as it generates a warning message. New MySQL does not accept ALTER IGNORE TABLE statements.
LDEV-3629: Alter character set and collation of the database and each of its tables. Shorten indexed text fields. Upgrade Java -> MySQL connector. Remove an obsolete field from User class.