David Baron wrote:
Getting this:
/etc/cron.daily/mysql-server:
/etc/cron.daily/mysql-server: line 26: /etc/mysql/debian-log-rotate.conf: No
such file or directory
run-parts: /etc/cron.daily/mysql-server exited with return code 1
I recall seeing something in the changelogs awhile back but since I am not
actively using mysql-server, "lost" it.
I also have postgresql. I am not clear how the two servers interrelate or
should one be removed. I put postgresql on because of a KDE GUI for it. What
I wanted to do was import a spreadsheet in a smart manner to get two tables
and relation between them. No go.
if, at one point you had mysql-server installed, then removed it,
there's a good chance that it left a variety of things behind - config
files, cron jobs, logrotate and logcheck jobs
looks like /etc/cron.daily/mysql-server is trying to read
/etc/mysql/debian-log-rotate.conf - which no longer exists
easiest thing to do is to delete /etc/cron.daily/mysql-server (unless it
contains custom mods that you want to save)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]