Databases

How to Install and Configure MySQL on a Windows Server

December 12, 2024

This article shows how to install MySQL on Windows using the MSI Installer and guides you though the configuration process.

Read more

What Is an OLTP Database?


The OLTP database system is used to manage and process everyday transactions of a business or company. Learn about OLTP and its difference from OLAP in this article.

Read more

MongoDB Sharding: How to Deploy Sharded Clusters

December 11, 2024

Sharding is a MongoDB feature that enables easy scaling. It allows MongoDB to support high throughput operations on large data sets. This article will show you how to deploy a sharded MongoDB cluster using Docker and Docker Compose.

Read more

How to Install MySQL on CentOS or Rocky Linux

December 10, 2024

This guide will walk you through installing MySQL on CentOS or Rocky Linux. MySQL is a popular free and open source database management application.

Read more

MongoDB & Docker: Deploy and Manage MongoDB with Docker

December 5, 2024

This tutorial shows you how to use Docker and an official MongoDB container image to deploy your databases. Additionally, it covers basic commands that allow you to interact with the MongoDB client effectively.

Read more

How to Install Cassandra on Windows

November 26, 2024

This in-depth tutorial explains how to install, configure, and remove Cassandra on Windows 11.

Read more

How to Install MariaDB on CentOS and Rocky Linux

November 21, 2024

In this tutorial, learn how to install MariaDB on CentOS and Rocky Linux from the local repository or official repository. The guide also shows you how to secure MariaDB and connect to the database management system from the command line.

Read more

MySQL Show User Privileges

November 6, 2024

Learn how to check permissions for a specific user in a database, review privileges for all users, and automate these tasks using stored procedures.

Read more

How to Install MongoDB on CentOS or Rocky Linux

November 5, 2024

MongoDB allows storing different fields in different documents, without a permanently fixed data structure. To set up MongoDB on CentOS or Rocky Linux, follow this step-by-step guide and install and configure the popular NoSQL database.

Read more

How to Create MySQL Database in Workbench

October 17, 2024

Workbench is a cross-platform, open-source, visual tool for database management. It provides a user-friendly GUI in which you can create and maintain databases. Learn how to create a MySQL database and table in Workbench, as well as how to add data to a table.

Read more
1 2 3 15