(windows) cant connect to mysql #23742
-
error man setup what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
playgroud
|
Beta Was this translation helpful? Give feedback.
-
I search for old issues about mysql, for example, #14464 and think both PG, Mysql are not usable yet... If you really nead SQL try sqlite works ok. |
Beta Was this translation helpful? Give feedback.
-
solution
ps. |
Beta Was this translation helpful? Give feedback.
solution
install wsl2 for windows (ubuntu)
open terminal in wsl
sudo apt update
sudo apt install git build-essential
cd /usr/lib
"/usr/lib" is a dir for langs for ubuntu
inslall V
git clone --depth=1 https://github.com/vlang/v
cd v
make
sudo ./v symlink
create symlink
sudo apt install libmariadb-dev
sudo apt install pkg-config
for mariadb/mysql
ps.
it is worked for my and i am happy ))