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;
我希望我的生活除了電腦,還有生活
grant all on *.* TO 'myuser'@'172.0.0.0/255.0.0.0' identified by '' with grant option;