Issue
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?
Solution
The MySQL server of MAMP (not PRO) will be started without any my.cnf file. But you can create your own my.cnf file.
- Stop servers
- Create a
my.cnf
file in/Applications/MAMP/conf/
- Add your content in to
my.cnf
- Save
my.cnf
- Start servers
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
Answered By - Dirk Einecke
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.