Answers for "docker db instance workbench connection"

0

docker db instance workbench connection

# For MySQL, you should open container ports for connection. 
-p 3306:3306  # add this part for cli commands
# for yaml files add the part below
ports:
  - 3306:3306
Posted by: Guest on January-24-2021

Browse Popular Code Answers by Language