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

トップ ページ

このメッセージに返信
著者: Jean-Marc Coursimault
日付:  
To: guilde
古いトピック: Re: restauration sauvegarde en tar.gz
新しいトピック: Re: Backup MySQL (était : restaura tion sauvegarde en tar.gz)
題目: 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