MySQL 8.0.33 server installation process on Windows 11 || Step by Step Installation (Updated 2023)

In this video tutorial, we will learn how to install MySQL server and MySQL work bench on windows 11. I have explained the whole process of installation step by step to avoid mistakes or errors. We can use the same procedure for installing MySQL on Windows 10 as well.  Download link : https://dev.mysql.com/downloads/installer/ I hope … Read more

How to install SQLite database on windows 11 || Creating a database and table in SQLite 2023 updated

SQLite is a self-contained, serverless, and zero-configuration database engine that doesn’t require a separate installation process like some other database systems. To use SQLite on Windows 11, you can download a precompiled binary or use it in various programming languages like Python, Java, or C#. Here’s how to get started: Download SQLite Tools:SQLite provides a … Read more

How to install MongoDB 6 on Windows 11 (2023) with MongoDB Shell and MongoDBCompass || Quick setup

In this tutorial, we will learn MongoDB Server installation on Windows 11. Also, we will see how to install MongoDBCompass and connect Mongodb. Also, we will see How to run MongoDB as Windows Service. And I will show you how to install MongoDB Shell and connect with MongoDB.   – MongoDB is one of the … Read more