Advertisement
C13L0

Untitled

Jun 11th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. MySQL server has gone away
  2.  
  3. http://stackoverflow.com/questions/678645/does-mysql-included-with-mamp-not-include-a-config-file
  4.  
  5. The MySQL server of MAMP (not PRO) will be started without any my.cnf file. But you can create your own my.cnf file.
  6.  
  7. Stop servers
  8. Create a "my.cnf" file in "/Applications/MAMP/conf/".
  9. Add your content in to "my.cnf"
  10. Save "my.cnf"
  11. Start servers
  12. You do not have to put a complete configuration in the my.cnf file. You can just add parts of a configuration ... for example:
  13.  
  14. [mysqld]
  15. max_allowed_packet = 64M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement