SHOWING RESULTS FOR:

How to Setup MySQL Replication in RHEL/Centos

In this article, I will demonstrate how to setup MySQL replication between Master and Slave database servers. This will use two servers, one of...

How to install PostgreSQL on Fedora 35

This post is about How to install PostgreSQL on Fedora 35. Introduction to PostgreSQL on Fedora PostgreSQL is an open-source object-relational, highly scalable, SQL-compliant database management...

How to install MyWebSQL on Ubuntu 20.04?

Hello, friends. Today, you will learn how to install MyWebSQL on Ubuntu 20.04. MyWebSQL is a web application created with PHP that allows us to...

Multiple MySQL instances on the same server

Some weeks ago I've wrote an article about how to run different PHP versions on the same server. Mel like it and suggested me...

Install and Configure Pure FTPd with Mysql on Centos 8

Pure FTPd is an open source and secure FTP server. It is one of the widely used FTP server for its security, ease of...

Automate backup Mysql via Cronjob

Hi guys ! In this write up, we will see how to automate the mysql backup using the cronjob. Create Directory & File At first, we...

DRBD with MySQL Centos 8

Introduction Drbd is a distributed replicated storage system for the Linux platform. It is implemented as a kernel driver, several userspace management applications, and some...

SQLite cheatsheet

This article is a short list of useful SQLite commands to make your life easier. SQLite is an SQL engine intended mainly for embed...

How to Install PostgreSQL with pgAdmin on CentOS 8

Introduction PostgreSQL is the most advanced RDBMS and pgAdmin is a web UI for Postgres. Here, you will see how to install PostgreSQL with pgAdmin...

How to reset MySQL root password

In this article I will show you how to reset MySQL root password in two different ways. Also both methods happen to work with...

Latest news