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

Yuichi Narisawa
Yuichi Narisawa
19,548 Points

Workbench has been crashed when I run the script.

When I press the lightning icon of my workbench, it crashes every time. My workbench version is 6.3, and MySQL is 5.7. The server seems to run properly, and the script loaded without any problem. How can I run the script? any suggestion?

1 Answer

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

It looks like it have a lot of problems with crashes

https://bugs.mysql.com/bug.php?id=76909

You know it is probably internal problem, I'm not sure if you can fix this. Because no queries work for you right ?

May be you can try another version, although I would recommend check alternative software to MySQL workbench

http://alternativeto.net/software/mysql-workbench/

As you can see there a ton of nice tools. I for example like JetBrains a lot. So

If I had your problem. I would've tried 'DataGrip' for example. It is free for 30 days, but still, worth a try.

Yuichi Narisawa
Yuichi Narisawa
19,548 Points

Hi, Alex! Thank you for the useful info again! I'll take a look at those, and hope to fix my problem...

Thanks!