1For windows users only!
2I had a lot of trouble for this one, but I found the solution.
3Visit this page: https://overiq.com/installing-mysql-windows-linux-and-mac/
4
5And then follow the steps, but instead of putting this (in step 5):
6C:\Program Files\MySQL\MySQL Server x.y\bin\mysql.exe
7
8Put this:
9C:\Program Files\MySQL\MySQL Server x.y\bin
1For windows users -
2The SQL Workbench 8 Installation changed the default path
3from
4C:\Program Files\MySQL\MySQL Server x.y\bin\mysql.exe
5
6to
7C:\Program Files\MySQL\MySQL Server x.y\
8The mysql.exe is now no longer located within a \bin folder.