I can't seem to find the my.cnf or other config file for the MySQL that comes with MAMP. Does it not include one?
I can't seem to find the my.cnf or other config file for the MySQL that comes with MAMP. Does it not include one?
For MAMP 3.5 on Mac El Capitan, only this worked for me:
my.cnf file in /Applications/MAMP/Library/Add your content into my.cnf like
[mysqld]
max_allowed_packet = 64M
Save my.cnf
Not required to change ownership of file, it should work. Verify by running SHOW VARIABLES in phpmyadmin and look for your changed setting.