Installation of MEB using TARBALL
STEP 1: Download the correct binary from Oracle and unzip in temp directory
STEP 2: Untar the package to specific binary location. I choose same location where MYSQL binaries are, then renamed folder for convenience.
tar -xvzf meb-3.12.3-linux-glibc2.5-x86-64bit.tar.gz -C /usr/mysql/
STEP 3: Export MEB binary path and edit .profile for future PATH setups
export PATH=$PATH:/usr/mysql/meb-3.12.3/bin /*MEB binary path*/
which mysqlbackup /*to check if path setup works*/
Vim .bash_profile
tar -xvzf meb-3.12.3-linux-glibc2.5-x86-64bit.tar.gz -C /usr/mysql/
export PATH=$PATH:/usr/mysql/meb-3.12.3/bin /*MEB binary path*/
which mysqlbackup /*to check if path setup works*/
USAGE:
For usage please follow my previous blogs for different modes of backup/restore options along with MEB shell script for daily backup setup. Please find below links for the same.
1. MEB script
No comments:
Post a Comment