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

Development Tools

MySQL in Workspaces

Is there any way to get MySQL working in workspaces? It doesn't seem to be installed when using the command-line, even in the PHP5 environment. I also can't install it because I am not the root user, which is reasonable for security purposes. Are there any plans to implement it in the future?

1 Answer

Nathan Williams
seal-mask
.a{fill-rule:evenodd;}techdegree
Nathan Williams
Python Web Development Techdegree Student 6,851 Points

Hi Josh,

We currently have no plans to implement MySQL server support in Workspaces, because it's really quite resource intensive (and therefore prohibitively expensive to run so many instances). If you need to work with a relational database, we do provide SQLite support in Workspaces, which should be supported in all of our supported languages.

Hope that helps!

Nathan W

Helps more than you know!