Category: Solution
Last_SQL_Errno: 1594, Relay log read failure
So, I got the error in my MySQL Slave something error code like 1594, Relay log read failure: Could not parse relay log event entry. Last_SQL_Errno: 1594Last_SQL_Error: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’…

To create a new partition on a Linux Server using fdisk.
To create a new partition on a Linux server using fdisk command, find how you can change the file System and learn about fstab and find the cheat sheets.
PM2 Clustering mode in NodeJS
PM2 clustering mode in Nodejs is used to run the Application with high performance and reliability, Without any changes in your code.
Upgrade mysql from 5.5 to 5.7 Centos 7, Linux.
Upgrade of MySQL, upgrade mysql 5.5 to 5.7 in Linux CentOS 7. steps by Step detail Upgrade of MySQL 5.5 to 5.7 in Linux CentOS 7.
reconnecting after a failed master event read.
This post contains the error on the slave server slave_io_state reconnecting after a failed master event read MySQL, find error code 1062 and 1298 solutions