The will backup MySQL running under Linux
Schedulle it to run using crontab:
# crontab -e
…
#!/bin/bash
# Backup MYSQL DB
MyUSER="root" # USERNAME
MyPASS="o123siad" # PASSWORD
MyHOST="localhost" # Hostname
System Administrator
The will backup MySQL running under Linux
Schedulle it to run using crontab:
# crontab -e
…
#!/bin/bash
# Backup MYSQL DB
MyUSER="root" # USERNAME
MyPASS="o123siad" # PASSWORD
MyHOST="localhost" # Hostname