by infra xpertzz | Jun 18, 2022 | MySQL
Here we will be implementing Master Master Replication in MySQL 5.7 For more interesting posts on MySQL, please click on INDEX Below are the server details which will be used : Server 1 : Hostname : Master1 IP Address : 172.168.190.1 Server 2 : Hostname : Master2 IP...
by infra xpertzz | Feb 28, 2022 | Oracle
During Oracle 19c upgrade you may have to resolve the below required actions before upgrading the database Complete any pending DST update operation before starting the database upgrade. There is an unfinished DST update operation in the database. It’s current...
by infra xpertzz | Feb 28, 2022 | INDEX
1. Mount a File System in Linux 2. Environment Operations Fail With “bash: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or...
by infra xpertzz | Feb 28, 2022 | Linux
Recently I faced this problem while trying to start MySQL Database Instance on a new Linux Environment : error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory In the below step, we can see ncurses 6.1...
by infra xpertzz | Feb 28, 2022 | Linux
To mount a File System in RedHat Linux, please perform the below steps: 1. Identify the newly added Disk [root@localhost ~]# fdisk -l Disk /dev/sda: 85.9 GB, 85899345920 bytes, 167772160 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical):...