I just setup debian 8.3 on a VM and installed xampp after this Tutorial. Everything is working, until I tried to create a new table:
create table testtable (
mysql> set global innodb_file_format = `BARRACUDA`; mysql> set global innodb_large_prefix = `ON`;