i am Roger Li

Unable to access MySQL or MariaDB from WSL2 to Windows

Run this sql to allow the user "myuser" to access the db server from network of 172.0.0.0

grant all on *.* TO 'myuser'@'172.0.0.0/255.0.0.0' identified by '' with grant option;

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *