Answers for "mysql path"

4

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 FilesMySQLMySQL Server x.ybinmysql.exe

Put this:
C:Program FilesMySQLMySQL Server x.ybin
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 FilesMySQLMySQL Server x.ybinmysql.exe

to
C:Program FilesMySQLMySQL 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