Creating Database in Mysql/MariaDB server, We need to login Mysql/MariaDB Shell with right credentials after that we need to execute the following command for the same. In this post, We will create Database in Mysql/MariaDB on Linux. Step 1: Login Mysql/MariaDB Shell You need to use the following command to login in […]
How to Change Default MariaDB/MySQL Port in Linux
In this post, We will figure out how to change the default port that MySQL/MariaDB information base ties in CentOS 7 and Debian-based Linux machine. The default port that MySQL data set worker is running under Linux and Unix is 3306/TCP. We believe, You have already installed and running Mysql/MariaDB Server on ubuntu […]
How to Bind MariaDB server with IP address on ubuntu 20.04 LTS
MariaDB is a free, open-source and perhaps the most mainstream social information base framework all throughout the planet. It is a drop-in swap for MySQL data set framework. Notwithstanding, the construction and records of both information base frameworks are same, this will permit you to change your data set from MySQL to MariaDB without […]
How to bulk insert in mongodb using python Script on ubuntu 20.04
With MongoDB some times we need to insert bulk data using any kind of script for testing purpose. In this post, We will build insert in MongoDB using Python3 script. Step 1: Install Python Packages You need to install the Python package by using the given command, It is a module […]
How To Configure MongoDB Replication On Ubuntu 20.04 LTS
MongoDB Replication / Replica set – In MongoDB, a copy set is a gathering of mongod measures that keep up a similar informational index. Imitation sets are the reason for all creation arrangements as they give information excess and high accessibility. instructions to design MongoDB Replica Set on Ubuntu 18.04/20.04 worker. MongoDB is […]
How to Install Postman on Ubuntu 18.04 LTS
Postman is an adaptable API testing instrument that rapidly incorporates into CI/CD pipeline. It began in 2012 as a side task by Abhinav Asthana to improve on API work process in testing and advancement. Programming interface represents Application Programming Interface which permits programming applications to speak with one another by means of API calls. […]
How to use sed to find and replace text in files in Linux
While working any script or any configuration file in development env, We need to replace a string/worlds, We can achieve this by using sed command. The sed represents stands for stream editor. It peruses the given record, adjusting the contribution as indicated by a rundown of sed orders. Naturally, the info is kept […]
How to create an Index on MongoDB on ubuntu 20.04 LTS
MongoDB Indexes are most important things in any database, and with MongoDB it’s the same. With the utilization of Indexes, performing questions in MongoDB turns out to be more productive. In the event that you had an assortment with a large number of archives with no files, and afterward you inquiry to discover certain […]
How to take Backup of MongoDB on ubuntu 20.04 LTS
MongoDB backup is very important, MongoDB provides us many option to take backup like Full back, Collection only backup, and restore it. In this post, We will take MongoDB backup on Ubuntu 20.04 LTS Take Full Backup of MongoDB Here we do not specify database name, Whenever we are going to […]
How to Remote Login to MongoDB using terminal Ubuntu 18.04/20.04 LTS
Whenever we secure the MongoDB server, So then we need to configure port number, username, password and so on and after configuration all of things, We need to connect MongoDB Shell by using different command. In this post, We will take MongoDB remote login with different different method. Method 1: Shell Access using […]