I am trying to connect HeidiSql from the host to my WSL Mysql but I could not get it to connect it
Error \"can\'t connect to Mysql server on \'127.0.0.1\'\"
Tr
As for me who's also using WSL for making web based application
first make sure mysql is running on WSL like sudo service mysql start
then once started, open HeidiSql and simply connect to it, here the example on my part
make sure the IP address is 127.0.0.1 not any IP, not your IP used to connect on the internet