Advertisement
rodro1

mysql import error The maximum column size is 767 byte

Jul 21st, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -- The maximum column size is 767 bytesn fix-start--add on import sql
  2.  
  3. set global innodb_large_prefix = ON;
  4. set global innodb_file_per_table = ON;
  5. set global innodb_file_format = Barracuda;
  6. SET GLOBAL innodb_default_row_format = 'DYNAMIC';
  7.  
  8. -- end The maximum column size is 767 bytesn fix-start--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement