I am trying to pull a site and database locally, and have tried both an existing and fresh install. When including the database, I get the following error:
Error: Local was unable to import the following SQL files:
• /app/public/_wpeprivate/autoload.sql
The seemingly relevant error immediately before this notice in the log is:
{“thread”:“main”,“class”:“r”,“stack”:“Error: ERROR 1118 (42000) at line 2409: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.\n at r. (%%appPath%%/main/importer/Importer.js:1:8305)\n at Generator.next ()\n at a (%%appPath%%/main/importer/Importer.js:1:124)”,“level”:“error”,“message”:“Unable to import /Users/jessica/Local Sites/xx/app/public/_wpeprivate/autoload.sql”,“timestamp”:“2020-09-03T21:10:02.903Z”}
It seemingly stops importing the database at this point, so the site will not work locally. Any help is appreciated, thanks!