kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.36k stars 70 forks source link

Error connecting to db local:DB:'mysql'executable not found #243

Closed hyawara closed 1 month ago

hyawara commented 1 month ago

image

config :

image

kristijanhusak commented 1 month ago

You need to install mysql on your machine to get mysql executable.

hyawara commented 1 month ago

My mysql is installed using docker, can I use mysql executable? If not, how to install mysql executable using scoop under windows

You need to install mysql on your machine to get mysql executable.

kristijanhusak commented 1 month ago

I'm not a Windows user, but probably something like this https://gist.github.com/ergin/b90ebee3cf32161ead257edda4f0d2ff

hyawara commented 1 month ago

I'm not a Windows user, but probably something like this https://gist.github.com/ergin/b90ebee3cf32161ead257edda4f0d2ff

I will give it a try and thank you very much