==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8957

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

            Bug ID: 8957
           Summary: Mailstats script unable to connect to mailstats DB
                    created by rpm install
    Classification: Contribs
           Product: SME Contribs
           Version: 9.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-mailstats
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

mailstats rpm creates mailstats DB:

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| horde              |
| mailstats          |
| mysql              |
| test               |
+--------------------+
5 rows in set (0.10 sec)

however when mailstats perl script runs we get:

perl /usr/bin/spamfilter-stats-7.pl /var/log/qpsmtpd/current 
DBI connect('database=mailstats;host=localhost;port=3306','mailstats',...)
failed: Access denied for user 'mailstats'@'localhost' (using password: YES) at
/usr/bin/spamfilter-stats-7.pl line 1144
Cannot open mailstats db - has it beeen created? at
/usr/bin/spamfilter-stats-7.pl line 1144.

I suspect that the mailstats creation script is not creating the "mailstats"
user.

I'll be investigating this further.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to