PDA

View Full Version : Is there a trans log to dump?


jhilb
01-02-2004, 01:31 AM
I am creating some scripts to do some maintenance on a MySql database.

Is there such a thing as a transaction log that should be dumped/cleared periodically? And how?

THanks,
J

raf
01-02-2004, 02:39 AM
Check out
http://www.mysql.com/doc/en/Log_file_maintenance.html

jhilb
01-02-2004, 03:47 PM
cool, thanks