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

Top Page

Reply to this message
Author: Jean-Marc Coursimault
Date:  
To: guilde
Old-Topics: Re: restauration sauvegarde en tar.gz
New-Topics: Re: Backup MySQL (était : restaura tion sauvegarde en tar.gz)
Subject: 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