Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Does MySQL included with MAMP not include a config file?

0

51 views

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 want to use NetBeans for Java/MySQL Development and many articles on the web suggest that I comment out a line in my.cnf


Resolved this by editing the MySQL startup parameters file and commenting out "skip-networking".


skip-networking

in /etc/my.cnf

changed to:

skip-networking


I understand that MAMP doesn't have a my.cnf so how can I get NetBeans to work with MySQL?

asked June 16, 2011 10:07 pm CDT
posted via StackOverflow

1 Answers

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Mysql Config File
February 28, 2011