I am trying to set up a Docker Compose, which worked in the past, but now for some reason I get an error that my wordpress cannot connect to mysql. What am I doing wrong? version: "3.5" services: mysql: container_name: ${NAME}_database im...
Cj commentedI'm trying to build a Dockerfile for MySQL, but for some reason I keep receiving this error code 2. I can build it manually on an identical server, so I am out of good ideas what is going wrong, and hope someone here can help me sort it out? Also I w...
Cj commentedTrying to access my database in AWS with MySQL Work Bench, but the only way I'm able to access it is by making the database public and open to all inbound traffic. This is a huge security risk and I do not want to do this. I've tried adding my IP to...
Join discussionIt is said that no-sql databases like MongoDB fits best with NodeJS with a great wrapper package Mongoose. But there are also many good drivers exists for SQL support with NodeJS, so what are the factors due to which SQL is not considered to be used ...
BOBlaine and 1 more commentedHello, I am stuck in database structure for dynamic form builder. I need for text, textarea, radio buttons, checkboxes only. Can add more functionality is also there. Need some DB expert advice who can help me with table structure. Thanks
Join discussionSo here is the situation, I'm working on a chat application (internal chat application) with abilities to handle too many messages and maybe scale it further. What I'm working on is User with multiple private channels (chat rooms one to one), and cre...
CFrancisco commentedHello Hashnodies, My requirement is like as follows: 1) User signup on my website gets 10 coins. 2) Creates a post and based on likes and comments , we can add into his wallet / coins history from admin like 10 more coins (SO total 10 coins on signup...
Join discussion