Tags
.htaccess /usr/local/ AdWords Assests bin Cheapest Laptops Cheap Laptop Deals CMS Content Management Systems Creating new page Creating Themes SilverStripe Discount Laptops DNS ESL firewall HTTP Images Installing Korea Korean Laptop Sales Learning Guitar Links Linux open ports Port number ports President Elect Obama Protocol rpm Scalextric SEO SilverStripe SilverStripe 2.1 Slot Cars Tags tar TCP themes Todays Laptop and NoteBook Specials voip wamp server wget wowza wowzamedia server
Tag Archives: MySQL Script backup
How to Backup MySQL Database automatically (for Linux users) 15 2 * * * root mysqldump -u root -pPASSWORD –all-databases | gzip > /mnt/disk2/database_`data ’ %m-%d-%Y’`.sql.gz This post will show you how to backup MySQL Database automatically if you are a linux user. You can use cron to backup your MySQL database automatically.”cron” is a time-based … Continue reading
Posted in MySQL, Web Development
Tagged Cron, Cron Backup, Database, Database Backup, db Backup, MySQL, MySQL Backup, MySQL Script backup
Leave a comment