mysql change innodb_large_prefix

后端 未结 5 1779
遇见更好的自我
遇见更好的自我 2020-12-09 05:56

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
(         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 06:44

    Go to your xampp and add this query:

    `mysql>` set global innodb_file_format = `BARRACUDA`;
    `mysql>` set global innodb_large_prefix = `ON`;
    

提交回复
热议问题