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 trialomid nassir
8,771 PointsNone 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
Treehouse Guest TeacherDoes it list the tables? Are all the tables empty? You could try re-running the initialization script.
omid nassir
8,771 Pointsomid nassir
8,771 PointsThanks 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
Treehouse Guest TeacherAndrew Chalkley
Treehouse Guest TeacherGlad you got there in the end! Perseverance is the key.