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 (
Go to your xampp and add this query:
`mysql>` set global innodb_file_format = `BARRACUDA`; `mysql>` set global innodb_large_prefix = `ON`;