Package: mtop
Version: 0.6.6-1
Upon installation of mtop the following Debconf note is displayed
or distributed via mail:
| A MySQL user named mtop will be created for monitoring the server. Please
| read the README.Debian file if you want to monitor other MySQL servers.
This is wrong. The user created is named 'mysqltop' instead:
mysql> SELECT User,Host FROM user WHERE user LiKE 'm%top';
+----------+-----------+
| User | Host |
+----------+-----------+
| mysqltop | % |
| mysqltop | localhost |
+----------+-----------+
2 rows in set (0.00 sec)
mysql>
This is actually also a low security risk as well since the user is
not only available to connect to the database from localhost but
from everywhere.
Please
(a) correct the debconf note and
(b) limit mysqltop to localhost
Thanks,
Joey
--
GNU does not eliminate all the world's problems, only some of them.
-- The GNU Manifesto
Please always Cc to me when replying to me on the lists.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]