My MBP MySQL 5.7 (installed via Homebrew) goes away regularly, 10-15 times a day, even after simple selects of not much data. Did anyone have the same issue? Is there any way to solve this?
I belive @tomopongrac suggested that you increse it instead of lowering it. But instead I would suggest you use something like laravel telescope to inspect the queries run. If you are only running smaller queries on a small database, you shouldnt hit 1 GB
@resin The issue was suspected to be Packet Too Large if max_allowed_packet is more than 1GB. So lowering the value could resolve it if it was the issue. However, it was not. If MySQL goes away, I am afraid, Telescope could hardly be of any help.