graphql-express-migrating-mysql icon indicating copy to clipboard operation
graphql-express-migrating-mysql copied to clipboard

delete port field when init sequelize

Open toozhuang opened this issue 5 years ago • 1 comments

Hi Mate,

When I do this on my local follow your tutorial, I got some connection error when init the sequelize with setting port filed. And when removed this, connection worked well. port: '8006'

toozhuang avatar Mar 24 '20 16:03 toozhuang

Hi @wangtoday, you will need the portnumber if you work with docker for example. You can just remove it when not using it.

DirkWolthuis avatar Apr 30 '20 15:04 DirkWolthuis