Posts in “Mysql”

MySQL Logging and LogRotation

25 Oct 2007

dev.msql.com [logging documentation][1]

On Debian based systems, MySQL logging (and logrotation) is setup automatically so I’ve never had to worry about it. Unfortunately, I’m not using Debian at the moment.

MySQL Replication Notes

23 Oct 2007

dev.mysql.com [replication documentation][1]. Replication on MySQL is similar to Log Shipping on MS SQL; the default is statement level replication, but newer versions also offer row-based replication.