Я следовал инструкции по установке mysql на docker здесь . При запуске docker ps
я получаю:
CONTAINER ID IMAGE COMMAND CREATED
3e477bb5aaf9. mcr.microsoft.com/mssql/server:2019-latest "/opt/mssql/bin/perm…" 53 seconds ago
STATUS PORTS NAMES
Up 52 seconds 0.0.0.0:1433->1433/tcp sql_server
Я пытался подключиться к нему из Sequel Pro, как это:
Но это не сработало. Я получил сообщение об ошибке подключения:
Unable to connect to host 127.0.0.1, or the request timed out.
Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).
MySQL said: Can't connect to MySQL server on '127.0.0.1' (4)
Интересно, как я могу подключиться с Sequel Pro к mysql серверу на docker?