phpbar.de logo

Mailinglisten-Archive

logfile rotation
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

logfile rotation



Hi Liste ,
ich hab hier das gute Mysql Buch von Paul Dubois,
und da wollte ich mal das logfile rotate ausprobieren
In dem Buch wird beschrieben das man unter Linux
(beim mir läuft Suse 6.4)  nicht ein eigens rotate script nehmen
soll sondern lieber das mysql-log-rotate script von der Mysql-Distri.
Jetzt meine Frage: 
Wie bekomme ich dieses mysql-log-rotate script zum laufen ???
Was muss man an dem script noch anpassen ??
<schnipp>
#mysql-log-rotate
# This logname is set in mysql.server.sh that ends up in /etc/rc.d/init.d/mysql
/var/mysql/mysqld.log {
        notifempty
        daily
        rotate 3
        missingok
        compress
    prerotate
        mysqladmin flush-logs
    endscript
    postrotate
        mysqladmin flush-logs
    endscript
}
</schipp>
Wie sind eure Erfahrungen im bezug auf Logfile Rotation,
DB Wiederherstellungen, usw.??
Ich will das für das Update Log benutzen damit man immer
den aktuellen stand der DB wiederherstellen kann.

Beste Gruesse
Marcel


---
*** Weitere Infos zur Mailingliste und MySQL unter www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive