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 Database Foundations Installing MySQL Server and MySQL Workbench Running a Script and Using MySQL Workbench

Jordan Pike
Jordan Pike
5,699 Points

Not finding the treehouse_movies_db in project files

Going through the videos it makes me think that the insert script to create the treehouse_movies_db is available for download in the project files attached to the video. Within the download file I am finding the a file called statements.sql which includes the following:

SELECT * FROM movies; SELECT * FROM actors;

I feel like I'm missing something. Any help would be greatly appreciated! :)

1 Answer

Hi Jorden,

Go to this link, http://teamtreehouse.com/library/database-foundations/installing-mysql-server-and-mysql-workbench/running-a-script-and-using-mysql-workbench-2 , and don't click on Downloads. If you do refresh the page. Below the word Downloads you will see a file name movie_db.sql. Either right click and choose where to save or left click and then choose where to save the page you just loaded.

Jeff

Jordan Pike
Jordan Pike
5,699 Points

Thank you Jeff!

I guess the only reason I didn't see it before was because of my browser window size! Haha! Thanks for the direction.

Have a good one!