Difference Between NoSQL and MySQL Databases

Here we will discuss the difference between MySQL and NoSQL where MySQL is a structured Query Language whereas no SQL does not have any predefined structure there is no schema that well defines it where Data is stored in the form of Tables and different rows and columns in the case on MySQL which is … Read more

How To Query MongoDB With “like”?

In this Tutorial, we will learn How to query MongoDB with “like” which is used for finding the match for a string or a substring that might be present in a full string which could be there. To Query MongoDB With “like” We use like statements to find a match in between a substring or … Read more

Mongodb Instance is failed to get started on Debian – with error : {“error”:{“code”:9001,”codeName”:”SocketException”,”errmsg”:”Cannot assign requested address”}}}

Mongodb 5.0 is is getting started with sudo systemctl start mongod.service on Debian 10 . Issue Below error is being raised while starting the mongodb instance 5.0 on Linux/Debian – :{“error”:{“code”:9001,”codeName”:”SocketException”,”errmsg”:”Cannot assign requested address”}}} Root Cause This error is being raised when server is not able to identify the hostname and port i.e. address.  This … Read more

%d bloggers like this: