-
Committer:
knielsen at knielsen-hq
-
Date:
2010-11-19 13:39:33 UTC
-
Revision ID:
knielsen@knielsen-hq.org-20101119133933-wb5g8sdjynao018w
MBug#674413: Misconfigured debian-sys-maint user, warnings from default my.cnf
Fix two problems reported in MBug#674413:
- The debian-sys-maint account was not created, due to new field auth_string
added in mysql.user in 5.2 with no default value and postinst script
not updated.
- Default my.cnf in 5.1+ uses log_slow_admin_statements without enabling
the slow log, causing warnings. Fix by commenting out this by default.