This is on a Ubuntu 12.04 server running MySQL 5.5 which is slaved to an OS X server running MySQL 5.1
Logrotate has been sending
error: error running shared postrotate script for '/var/log/mysql.log /var/log/mysql
/mysql.log /var/log/mysql/mysql-slow.log /var/log/mysql/error.log '
Turns out that there's supposed to be a "debian-sys-maint" MySQL user. I'd imagine that got blown away when the master database was imported.
My question is: Is it all right to re-add the "debian-sys-maint" user to the slave, or do I need to add it to the master?