Skip to navigation Skip to content Change Is InevitableChange-Is-InevitableChange Is Inevitable
Menu
  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright
  1. Home
  2. Posts tagged “mysql backup”

Tag: mysql backup

MySQL MySQL-Articles

MySQL Backup setup, automation using Holland, mysqldump on Ubuntu

This post will guide you to set up and automate the MySQL logical backups using mysqldump on Ubuntu Linux. We will set-up MySQL backup using mysqldump and automate it with Holland backup framework on Ubuntu. Towards the end of the post, you have the steps to be executed in a single block which includes steps […]

March 23, 2021March 26, 2021
0
MySQL MySQL-Articles Technical

mysql database backup shell script with status email

This post is for the backup script for MySQL database on Linux with mail. It’s a linux shell script for taking logical backup using mysqldump and sending status email. The backup shell script works as follows: – The script takes backup using mysqldump and compresses it. – Upon success, it will attempt to ship the […]

April 9, 2019April 12, 2019
1

Sidebar

Search:

  • MySQL 8 – timestamp cannot be null and explicit_defaults_for_timestamp
  • Restore single MySQL table from Xtrabackup (video demo)
  • MySQL Interview – ChatGPT is not your DBA
  • Securing MySQL: Data Encryption with Percona Server and Vault
  • Can not connect to ProxySQL: reasons and fixtures
Top