I have mysql-server container and mySQL workbench running on docker as follows:
I've tried connecting my local mySQL Workbench and Workbench conatainer both to connect to docker container mysql-server. I have done with the access grant part to the root user too. Still, mySQL workbench shows the following:
Whereas I can easily connect mysql-server container with mysql-client using terminal and it's working perfectly fine:



