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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The MySQL server of MAMP (not PRO) will be started without any my.cnf file. But you can create your own my.cnf file.
You do not have to put a complete configuration in the my.cnf file. You can just add parts of a configuration ... for example:
|
|||||
|
|
Some standard my.cnf variants can be found at /Applications/MAMP/Library/support-files/ Invoking
Copy one of the variants in /Applications/MAMP/Library/support-files/ to one of the locations in mysqld's search order above, and you should be good to go after restarting the daemon. |
||||
|
|