add mysql server to path code example

Example 1: add mysql to path

For windows users only!
I had a lot of trouble for this one, but I found the solution.
Visit this page: https://overiq.com/installing-mysql-windows-linux-and-mac/

And then follow the steps, but instead of putting this (in step 5):
C:\Program Files\MySQL\MySQL Server x.y\bin\mysql.exe

Put this:
C:\Program Files\MySQL\MySQL Server x.y\bin

Example 2: umgebungsvariable setzen für mysql 8

For windows users -
The SQL Workbench 8 Installation changed the default path 
from
C:\Program Files\MySQL\MySQL Server x.y\bin\mysql.exe

to
C:\Program Files\MySQL\MySQL Server x.y\ 
The mysql.exe is now no longer located within a \bin folder.

Tags:

Sql Example