Difference between revisions of "Backup MySQL (Ubuntu)"

Jump to navigation Jump to search
154 bytes removed ,  14:01, 23 April 2012
m
→‎Set-up: Updated proc
m (→‎The Script: Typo in script - fixed)
m (→‎Set-up: Updated proc)
Line 14: Line 14:
#* <code> chmod +x /backup/mysql.sh </code>
#* <code> chmod +x /backup/mysql.sh </code>
# Perform a test run of the backup
# Perform a test run of the backup
#* A <code>1044: Access denied for user 'root'@'localhost' to database 'information_schema'</code> error is normal and is due to a longstanding MySQL bug
# Schedule the script to run with crontab
# Schedule the script to run with crontab
#* <code> crontab -e </code>
#* <code> crontab -e </code>

Navigation menu