Posts by gabriel berto • 21 points
1 post
-
2
votes2
answers1326
viewsQ: Error when connecting mysql instance with nodejs
I raised with Docker mysql container docker run --name mysql-docker -e MYSQL_ROOT_PASSWORD=password -d -p 3306:3306 mysql But when trying to connect via Node node index.js the following error occurs…