Re: Backup MySQL (était : restauration sauvegarde en t…

Pàgina inicial

Reply to this message
Autor: Jean-Marc Coursimault
Data:  
A: guilde
Assumptes vells: Re: restauration sauvegarde en tar.gz
Assumptes nous: Re: Backup MySQL (était : restaura tion sauvegarde en tar.gz)
Assumpte: Re: Backup MySQL (était : restauration sauvegarde en tar.gz)
>> > Mes applis en apache+php+postgres OK :-)
>> > Mes applis en apache+php+mysql pas bon :-(


Sauvegarder des bases mysql en cours d'utilisation n'est pas une bonne idée.

Dans la distrib, il y a un script : mysqlhotcopy

qui est "the fastest way to make a backup of the database or single
tables. It can only be run on the same machine where the database
directories are located"

http://www.mysql.com/documentation/mysql/bychapter/manual_Client-Side_Scripts.html#mysqlhotcopy

--
Jean-Marc