An Overview of Enum datatype

An Overview of Enum datatype

Introduction ENUM is a string object with a value chosen from a list of permitted values defined at the time of column creation. ENUM values are represented as integers internally. Enum datatype is chosen whenever a column has a limited possible data values like...
Crontab Introduction

Crontab Introduction

What is cron? Today in this blog we will try to cover some of the basics of cron and cronjobs. Cron is a demon (background process) or is said to be a system executable file that runs tracks we scheduled on our system at a particular time. If the cron demon service is...
Replication Series – Introduction

Replication Series – Introduction

Replication is the ability of any database or data streaming software that allows it to maintain multiple copies of data or the server itself. The data flows from the Source (often referred as primary or master or writer etc) node to one or more targets (often...