X7ROOT File Manager
Current Path:
/etc/logrotate.d
etc
/
logrotate.d
/
📁
..
📄
apache
(195 B)
📄
bootlog
(91 B)
📄
btmp
(130 B)
📄
chrony
(160 B)
📄
dnf
(88 B)
📄
dpkg
(112 B)
📄
ea-php74-php-fpm
(257 B)
📄
ea-php80-php-fpm
(257 B)
📄
ea-php81-php-fpm
(257 B)
📄
ea-php82-php-fpm
(257 B)
📄
exim
(405 B)
📄
firewalld
(93 B)
📄
iscsiuiolog
(172 B)
📄
kvm_stat
(162 B)
📄
lfd
(172 B)
📄
modsecurity_logs
(277 B)
📄
mysql
(894 B)
📄
named
(514 B)
📄
nginx
(552 B)
📄
nscd_logs
(180 B)
📄
psacct
(408 B)
📄
samba
(155 B)
📄
sssd
(289 B)
📄
sulsphp_log
(276 B)
📄
syslog
(226 B)
📄
wtmp
(145 B)
Editing: mysql
# This logname can be set in /etc/my.cnf # by setting the variable "log-error" # in the [mysqld] section as follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # If the root user has a password you have to create a # /root/.my.cnf configuration file with the following # content: # # [mysqladmin] # password = <secret> # user= root # # where "<secret>" is the password. # # ATTENTION: This /root/.my.cnf should be readable ONLY # for root ! /var/lib/mysql/mysqld.log { # create 600 mysql mysql su mysql mysql notifempty daily rotate 3 missingok compress postrotate # just if mariadbd is really running if test -x /usr/bin/mysqladmin && \ /usr/bin/mysqladmin ping &>/dev/null then /usr/bin/mysqladmin --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript }
Upload File
Create Folder