Answers for "add mysql to path"

3

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
Posted by: Guest on September-04-2020
0

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.
Posted by: Guest on September-14-2020

Browse Popular Code Answers by Language