Skip to content

Instantly share code, notes, and snippets.

@clonn
Created March 6, 2022 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clonn/0a38206a688246385d0df95bc89d1251 to your computer and use it in GitHub Desktop.
Save clonn/0a38206a688246385d0df95bc89d1251 to your computer and use it in GitHub Desktop.
MacOS, Mysql, import [ERROR in query 44] Row size too large (> 8126). Changing some
# MacOS
$vim /usr/local/etc/my.cnf
# the content
###
innodb_strict_mode = 0
###
$brew services restart mariadb