Phthisicus
New Pleskian
Hi Everyone,
I am trying to connect to the build in MySQL server of Plesk from a Docker container. But i get the following messages:
I am able to login to the MySQL server with that user from other networks even external exept from within the docker container.
The user also has '%' access permissions. I configured the my.cnf of mysql to bind it to :: so every ipv4 and ipv6 adress is able to connect to it.
Is there something i am missing?
I am trying to connect to the build in MySQL server of Plesk from a Docker container. But i get the following messages:
Could not connect to MySQL database at 10.0.0.100: Access denied for user 'user'@'172.17.0.2'
I am able to login to the MySQL server with that user from other networks even external exept from within the docker container.
The user also has '%' access permissions. I configured the my.cnf of mysql to bind it to :: so every ipv4 and ipv6 adress is able to connect to it.
Is there something i am missing?