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?
Servers and Services > MySQL The MySQL database server is a popular database used on production servers. An installation of MySQL is installed on your computer by MAMP PRO. Your MAMP PRO MySQL database data is located in “C:\Users\Public\Documents\Appsolute\MAMPPRO\db".
Your MySQL 5.7 database data is located in “/Library/Application Support/appsolute/MAMP PRO/db/mysql57”.
The MySQL server of MAMP (not PRO) will be started without any my.cnf file. But you can create your own my.cnf file.
my.cnf
file in /Applications/MAMP/conf/
my.cnf
my.cnf
You do not have to put a complete configuration in the my.cnf file. You can just add parts of a configuration ... for example:
[mysqld] max_allowed_packet = 64M
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With