Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Docker][MySQL] Extern connection

Initiate Mage
Joined
Aug 12, 2015
Messages
1
Reaction score
0
Hey,

So i have a docker container running and in there a MySQL server, opened a port for it [randomport]:3306

When i try to connect by using MySQL workbench i can only connect by using the Standard TCP/IP over SSH
What i want it to connect directly to MySQL and not use SSH or something like that.
(Standard (TCP/IP))

Ports should be open since port 22 is running perfectly and its configured the same.
Added to MySQL a user with host %

Anyone can give some advice or share thoughts?
Thanks!



Nevermind!!

Overlooked bind-address = 127.0.0.1
in /etc/mysql/my.cnf


 
Back
Top