mysqlreport v3.0a has been released which fixes a bug on line 93:
chomperc($mycnf{’pass’} = <STDIN>);
should be just
chomp($mycnf{’pass’} = <STDIN>);
Thanks to jeroen for pointing this out to me. This bug caused mysqlreport to die when using –pass to prompt for a password:
Undefined subroutine &main::chomperc called at mysqlreport line 93
In other news: thanks also to Aurimas for some technical clarifications in the mysqlreport Guide about temp tables.