I'm trying to import a database dump in db by WSL, because file dump size is bigger than 2MB, but trying to access to db by WSL returns me this error:
alfonso_falcone@DESKTOP-T1QC6C6:~/sites/MYMAGENTO$ bin/mysql -u magento -p -bash: bin/mysql: No such file or directory

The same command, instead, works from the CLI of db image in container

Why does the command from WSL not work?