When i try and run a find command on my Page model through my production console i am getting this error
-MySQL server has gone away
I've read up on it and it says it has to do with the size of the records.
Any clue on how to make this go away?
I've tried to even back up the tables so i can run this command on my local system and then update the production data, but it seems as though even my backups drop part of the data for the records.
This is really bad since it doesn't seem like i can have a proper backup of my data.
Suggestions?