F
Filament2mo ago
Ali

Importer issue

im trying to import a csv file 1.7mb, and it has 160k rows, and im getting the error
No description
4 Replies
Ali
AliOP2mo ago
Anyone has seen this error before ?
noslimeball
noslimeball2mo ago
It doensn't seem to be a problem with filament, but with your database configuration. Check this: https://stackoverflow.com/questions/7942154/mysql-error-2006-mysql-server-has-gone-away
Ali
AliOP2mo ago
AH okay i understand, i tried to import as i said a 2mb csv file with over 160k rows, is there a fix without having to reconfigure the database ? i dont have access to the production database configuration
drabew
drabew2mo ago
Unfortunately no, probably you should increase the max_allowed_packet mysql setting.

Did you find this page helpful?