Skip to content

Instantly share code, notes, and snippets.

@rslonik
Last active September 6, 2019 13:23
Show Gist options
  • Save rslonik/7b91ea9907683209764f148c7b7f22e4 to your computer and use it in GitHub Desktop.
Save rslonik/7b91ea9907683209764f148c7b7f22e4 to your computer and use it in GitHub Desktop.
Installing Directus

ERROR 1709 (HY000) at line 59: Index column size too large. The maximum column size is 767 bytes.

SET GLOBAL innodb_file_format = Barracuda;
SET GLOBAL innodb_large_prefix=on;
SET GLOBAL innodb_default_row_format = dynamic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment