found this post on the howto:
Quote:
fuzzy-cleanmysql bug?
Submitted by John M (not registered) on Wed, 2011-04-06 19:40.
The /usr/sbin/fuzzy-cleanmysql didn't work for my until I changed the following line
while () {
to
while(<CONFIG>) {
A nasty infinite loop occurs otherwise.
|