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 Reading Data from Databases with SQL Retrieving a Result Set

None of my queries execute

Hi, anytime I run any query, the tab just keeps fetching and searching but no results show up. Also to note my treehouse_movie_db schema is active/bold. How can i fix this? Thanks.

This is my query:

SELECT * FROM movies;

1 Answer

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

Does it list the tables? Are all the tables empty? You could try re-running the initialization script.

Thanks for the reply Andrew, I just opened the MySQL Workbench and the script is running fine. I ran it several times before but it would just stall. I think my Mac just needed to be restarted. Thanks again.

Andrew Chalkley
Andrew Chalkley
Treehouse Guest Teacher

Glad you got there in the end! Perseverance is the key.