Neo4j is a graph database used to create data relationships. The data inside traditional databases are saved in a table-like […]
Category: DATABASES
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, […]
How to Install and Use MongoDB NoSQL Database on Rocky Linux 9
MongoDB is an open-source, cross-platform, and distributed NoSQL (Non-SQL or Non-Relational) database system. Instead of storing data in tables like […]
MySQL Incremental Backup – Point In Time Backup and Recovery of InnoDB and MyIsam Databases
Doing incremental backups is an important requirement for large production databases. Without a safe incremental backup, you can not tell […]
How to create a MySQL Database Server and Database in Azure Cloud
Azure SQL Database is a fully managed platform as a service (PaaS). Azure handles database management functions such as upgrading, […]
How to Set up Teleport Cluster on Rocky Linux 9
Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access […]
How to Install Cerb Collaboration and Email Automation on CentOS 7
Cerb is a free and open source web-based application software for collaboration and email automation. It is written in PHP […]
How to Install MySQL 8.0 on Ubuntu 22.04/20.04
MySQL is a free, open-source database management system based on SQL or Structured Query Language with the current release is […]
How to Install RethinkDB on Ubuntu 22.04/20.04
Rethinking the traditional database structure, RethinkDB is a powerful NoSQL document-based engine optimized for real-time web applications. The following tutorial […]
How to Install Apache Cassandra NoSQL Database on CentOS 8
Apache Cassandra is an open-source high-performance NoSQL database management system with no single point of failure. Apache Cassandra uses a […]