How to Install MongoDB on Ubuntu 18.04
What is MongoDB: MongoDB is one of the most popular and best known NoSQL database managers. Mainly, it is used for applications where you can save data in formatted documents such as BSON. This…
What is MongoDB: MongoDB is one of the most popular and best known NoSQL database managers. Mainly, it is used for applications where you can save data in formatted documents such as BSON. This…
MySQL is known as an open source relational database. MySQL is written in C and C++ language and developed by the Swedish company in 1995. It is used for adding, accessing and managing…
Resetting the root password for MySQL: If you are using a separate server and in the event of forgotten the password of MySQL, you need to reset the password. This tutorial describes resetting…
SSH: Secure Shell is a networking protocol, it helps the user to send the data from one place to another. SSH helps the user to send the data in an encrypted form so…
PuTTY Software: PuTTY is a Telnet and SSH terminal software supported in both Windows and Unix operating systems. The user can enable to remotely access computers over the internet. The PuTTY was written…