ZhangHuangbin wrote:
Possible solutions:
- Shorten the length of "srs_exclude_domains.domain" to, e.g. 200.
- Upgrade MySQL to a newer version.
In this case 200 is too big, max length is 191.
Another solution is enabling the innodb_large_prefix configuration option.
More info: https://dev.mysql.com/doc/refman/5.6/en … tions.html