Importer issue
im trying to import a csv file 1.7mb, and it has 160k rows, and im getting the error

4 Replies
Anyone has seen this error before ?
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
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
Unfortunately no, probably you should increase the max_allowed_packet mysql setting.