mysql must be installed to continue
This is what i get when i try "railway connect" i already have mysql installed on my local machin and mysql plugin is also installed in railway. please help
34 Replies
Project ID:
N/A
mysql would need to be in your PATH
let me double check
already there mysql must be installed to continue
already there
C:\Program Files\MySQL\MySQL Shell 8.0\bin\
what happens when you run just
mysql
from your terminal?nothing
screenshot please
mysql came with his own terminal
a moment
this is the one that mysql came with
what happens when you run just
mysql
from a new cmd.exe windowthere you have it, the mysql cli tool is not installed or it's not in your PATH
can you help you do so properly?
pardon?
i mean can you help me with that. sorry english is not my native langage
does
mysql.exe
exist within C:\Program Files\MySQL\MySQL Shell 8.0\bin\
let me check again
yes
then add
C:\Program Files\MySQL\MySQL Shell 8.0\bin\
to your PATHpath exists already
this is my problem lol
then just do a reboot
i dont think a reboot will help i have mysql installed and path added a long time ago
okay let's see your PATH variable
oa moment
okay and show me mysql.exe
You mean that?
I don't see mysql.exe
you need to install the mysql cli tool, you have not installed it yet
can you provide a link please
that's one quick Google search away
Alrigth thank you. realy appreciate the help
I'm having the same issue. mysql.exe is not in the shell bin. What do I have to download?
I've found various things to download on google but not sure which one is correct. Is this it? https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install-windows-quick.html I noticed it also doesn't contain mysql.exe
https://dev.mysql.com/downloads/mysql/
custom install, install only mysql server
add
C:\Program Files\MySQL\MySQL Server 8.0\bin
to your %PATH%
that was only one quick Google search away 😉thanks!