search for: slow_query

Displaying 6 results from an estimated 6 matches for "slow_query".

2017 Nov 17
2
Log rotation and combining...
...2017, at 7:53 PM, Bill Shirley <bill at KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>> wrote: > > I believe you need a 'create' statement to set the permissions. Here > is an example for mariadb: > /var/log/mariadb/general.log > /var/log/mariadb/slow_query.log > /var/log/mariadb/error.log > /var/log/mariadb/mariadb.log { > create 640 mysql mysql > daily > minsize 30M > notifempty > rotate 3 > missingok > compress > sharedscripts > postrotate >...
2017 Nov 17
2
Log rotation and combining...
...KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>>> wrote: >>> >>> I believe you need a 'create' statement to set the permissions. Here >>> is an example for mariadb: >>> /var/log/mariadb/general.log >>> /var/log/mariadb/slow_query.log >>> /var/log/mariadb/error.log >>> /var/log/mariadb/mariadb.log { >>> create 640 mysql mysql >>> daily >>> minsize 30M >>> notifempty >>> rotate 3 >>> missingok >>>...
2017 Nov 16
2
Log rotation and combining...
I have recently noticed that my dovecot-deliver.log is huge and wanted to start rotating it. So a couple of questions: 1. Can the dovecot-deliver.log be combined with the maillog, that gets rotated weekly? If it can be done, is it advisable? Since the inception of this particular server, the log file has been located in the /home/vmail directory. Is there a reason it shouldn?t be located in
2017 Nov 17
0
Log rotation and combining...
I believe you need a 'create' statement to set the permissions. Here is an example for mariadb: /var/log/mariadb/general.log /var/log/mariadb/slow_query.log /var/log/mariadb/error.log /var/log/mariadb/mariadb.log { ??????? create 640 mysql mysql ??????? daily ??????? minsize 30M ??????? notifempty ??????? rotate 3 ??????? missingok ??????? compress ??????? sharedscripts ??????? postrotate #?????? # just if mysqld is really running ???????...
2017 Nov 17
0
Log rotation and combining...
...Bill Shirley <bill at KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>> wrote: >> >> I believe you need a 'create' statement to set the permissions. Here >> is an example for mariadb: >> /var/log/mariadb/general.log >> /var/log/mariadb/slow_query.log >> /var/log/mariadb/error.log >> /var/log/mariadb/mariadb.log { >> create 640 mysql mysql >> daily >> minsize 30M >> notifempty >> rotate 3 >> missingok >> compress >> sha...
2017 Nov 18
0
Log rotation and combining...
...org <mailto:bill at KnoxvilleChristian.org>>> wrote: >>>> >>>> I believe you need a 'create' statement to set the permissions. Here >>>> is an example for mariadb: >>>> /var/log/mariadb/general.log >>>> /var/log/mariadb/slow_query.log >>>> /var/log/mariadb/error.log >>>> /var/log/mariadb/mariadb.log { >>>> create 640 mysql mysql >>>> daily >>>> minsize 30M >>>> notifempty >>>> rotate 3 >>>>...