Archive

Posts Tagged ‘backup’

Server BackUP

March 20th, 2008 2 comments
Server BackUP Au trecut cred ca vreo 2 luni de cand nu am mai facut un backup general la servere asa ca, azi a venit momentul sa'mi asigur un somn mai "linistit" si am facut un backup la bazele de date , ...

Linux – backup ALL MySQL databases

September 23rd, 2007 No comments
Linux – backup ALL MySQL databases mysqldump -u root -h localhost -pMyPassword -A | gzip -9 > allmy-db.sql.gz backup all database from srv to allmy-db.sql.gz file! ———- To restore compressed backup files you can do the following: gunzip < allmy-db.sql.gz | mysql -u root -pMyPassword or uncompress gz file: gunzip allmy-db.sql.gz and ...
Categories: Bookmarks, Linux Tags: , , ,

Linux – backup ALL MySQL databases

September 22nd, 2007 No comments
Linux – backup ALL MySQL databases mysqldump -u root -h localhost -pMyPassword -A | gzip -9 > allmy-db.sql.gz backup all database from srv to allmy-db.sql.gz file! ---------- To restore compressed backup files you can do the following: gunzip < allmy-db.sql.gz | mysql -u root -pMyPassword or uncompress gz file: gunzip allmy-db.sql.gz and ...
Categories: Bookmarks, Linux Tags: , , ,
GoCache - ByREV-Cache v1.0 - live served in : 0.445805 sec (gzip)