[bglug] backuppare database

Simone Rossi ro.saimon@gmail.com
Sab 29 Dic 2007 14:28:30 CET


On Dec 28, 2007 11:49 AM, Manuel <manetta@mediacom.it> wrote:
> 2007/12/28, Simone Rossi <ro.saimon@gmail.com>:
>
> Ciao
>
> > A parte questo, per caso sapete come si fa il backup di un database?
> > basta semplicemente copiare la cartella var/lib/mysql/databasePippo?
>
> no è altamente sconsigliato, anche a db fermo: potresti ritrovarti con
> il db corrotto.
> Con mysql c'è l'apposita utility mysqldump:
>
> mysqldump --all-databases -u root -pPASSWORD > /share/backup/backup-mysql.sql
>
>
> per ripristinare un backup (a memoria... verifica!):
>
> mysql -u root -p < /share/backup/backup-mysql.sql
>

e c'è un modo per far fare queste operazioni in automatico, tipo cron
o cose del genere?

grazie

-- 
What is "pi"?
Mathematician: Pi is the number expressing the relationship between
the circumference of a circle and its diameter.
Physicist: Pi is 3.1415927plus or minus 0.000000005
Engineer: Pi is about 3.


Maggiori informazioni sulla lista bglug