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 trialKyle Crawford
1,335 PointsProblem downloading MySQL Workbench
I already run MAMP on my machine. When I go to open the workbench download file I get the following warning. Disk images couldn't be opened - image not recognized. Can anyone help me solve this issue. Thanks!
3 Answers
Trevor Pierce
1,480 PointsKyle, I am not entirely sure what's causing the imaging issue with MySQL workbench it had installed fine for me but will say I found Sequel Pro to be a better tool for me anyway. I use it both in these tutorials as well as for my day-to-day work needs http://www.sequelpro.com/ I know this answer didn't directly help with MySQL Workbench, but maybe Sequel Pro will tickle your fancy better.
Kyle Crawford
1,335 PointsThanks for suggesting Sequel Pro. I already run MAMP which has a sequel server. Can Sequel Pro run with that server or does it have its own? Thanks again.
Trevor Pierce
1,480 PointsSequel Pro allows you to manage Databases, it doesn't actually run a server so you use it in conjunction with MAMP. Example, I have several different servers that I connect to. One being localhost which is my machine, and two others which are hosted on the web. Sequel Pro just lets you manage your connections and can perform queries just like MySQL workbench. I also run MAMP Pro on my Macbook so I am familiar with your concerns.
Kyle Crawford
1,335 PointsThanks for suggesting Sequel Pro. I already run MAMP which has a sequel server. Can Sequel Pro run with that server or does it have its own? Thanks again.