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

Startseite

Nachricht beantworten
Autor: Jean-Marc Coursimault
Datum:  
To: guilde
Alte Treads: Re: restauration sauvegarde en tar.gz
Neue Treads: Re: Backup MySQL (était : restaura tion sauvegarde en tar.gz)
Betreff: 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