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 trialHector Urbina
6,064 PointsI can’t start my MySQL Server.
I downloaded server version 5.6.26 for Mac OSX 10.9 and the associated MySQL Workbench 6.3.4. However I cannot star the server using the utility tool and the MySQL server instance remains stopped even after introducing my password. Therefore the Workbench does not recognize any server and it’s impossible to input any script. I know the command line to be input into the Terminal must be modified (sudo cp /usr/local/mysql/support-files/my-default.cnf /etc/my.cnf) but I don’t know how. Can someone help me start MySQL Server. otherwise I’m stuck and can’t continue with the movies script.
2 Answers
Michalis Efstathiou
Courses Plus Student 4,638 Pointsyou can download and install mamp, it comes with a mysql server, and you can run it from there
Hector Urbina
6,064 PointsThank you! That works fine.