Databases

How to Start, Stop, and Restart MySQL Server

March 23, 2023

With MySQL, users can store and manage data in a customized, structured format. This tutorial explains how to start, stop, or restart the MySQL server.

Read more

Structured vs. Unstructured Data: Understanding Differences

March 7, 2023

Depending on how data looks, we can categorize information as structured and unstructured. Learn about the differences to maximize the usefulness of your data.

Read more

How to Uninstall MySQL in Linux, Windows, and macOS

March 3, 2023

Uninstalling MySQL can sometimes be the solution for dealing with bugs, or when you need to shift back to an older version. This tutorial shows how to uninstall MySQL on Windows, Linux, and macOS.

Read more

In-Memory Database Explained

November 3, 2022

In-memory databases use RAM and other volatile memory types to store the database. As a result, they're fast and can be used in real-time data systems. Learn more about in-memory databases in this informative guide.

Read more

How To Show a List of All Databases in MySQL

October 13, 2022

With Structured Query Language (SQL), you can easily access and manage content in all your databases. This guide will show you how to list all MySQL Databases.

Read more

Database Relationship Types & How They Are Established

July 11, 2022

Database relationships are an important concept in database modeling. Learn about the different relationship types and how they are created in this article.

Read more

MongoDB Sharding - How to Deploy a Sharded Cluster

June 9, 2022

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

What is NewSQL?

March 31, 2022

NewSQL is the middle ground between SQL and NoSQL. Learn about the benefits and features of this database type.

Read more

12 Data Integration Tools Reviewed

March 17, 2022

Data integration tools help transport, modify and integrate data into various systems. Learn about the different available tools today and leverage the power of your data.

Read more

Install and Get Started with MySQL Workbench on Ubuntu

February 24, 2022

Workbench is a visual tool for managing MySQL databases . Its graphical interface allows administrators and database architects to model data, build and run SQL queries, and maintain a database. Get a better understanding on how Workbench works, how to install the software and configure it for your needs.

Read more