Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Chris Collins
2,490 Pointsinstalling mysql server problems
hey guys im trying to install mysql on mac osx 10.6
mysql cannot start the server instance think the problem may be something to do with the command line i typed into terminal here is the response i recieved.
cp: /usr/local/mysql/support-files/my-default.cnf: No such file or directory chris-collins-computer:~ chriscollins$ sudo cp /usr/local/mysql/support-files/my-default.cnf /etc/my.cnf
any suggestions on what i could do to resolve this issue, or is it unlikely that this would be the reason that i cannot start up the server?
thanks guys
1 Answer

Luis Barahona
Courses Plus Student 2,432 PointsHave you considered installing MAMP? It does all the config for you. Sure it's nice to know that side of things, personally, I'd rather get to coding than trying to figure out why the config file doesn't work.