How to connect mysql from HeidiSql (or MySql Client)

Hi friends,

I want to connect tutor’s database over HeidiSql.

How can I connect over it?.

I tested localhost as IP number but no use.

Please share your minds,

Thanks in Advance!

Here is my thought on this:
Tutor runs mysql in a docker container, and that docker container is not exposed to localhost rather it’s connected to other docker containers by sharing a docker network.
You could expose it by changing the container or image configuration so that it binds the 3306 port.

Hi,

Check this thread, for the plugin you need

Cheers

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.