/usr/share/mysql
NameSizeModeActions
bulgarian/-0755rm
charsets/-0755rm
czech/-0755rm
danish/-0755rm
dutch/-0755rm
english/-0755rm
estonian/-0755rm
french/-0755rm
german/-0755rm
greek/-0755rm
hungarian/-0755rm
italian/-0755rm
japanese/-0755rm
korean/-0755rm
norwegian/-0755rm
norwegian-ny/-0755rm
polish/-0755rm
portuguese/-0755rm
romanian/-0755rm
russian/-0755rm
SELinux/-0755rm
serbian/-0755rm
slovak/-0755rm
spanish/-0755rm
swedish/-0755rm
ukrainian/-0755rm
binary-configure11530755editdlrm
dictionary.txt255750755editdlrm
errmsg-utf8.txt5068790755editdlrm
fill_help_tables.sql8967560755editdlrm
innodb_memcached_config.sql39630755editdlrm
magic7730755editdlrm
my-default.cnf11260755editdlrm
mysql-log-rotate8440755editdlrm
mysql.server111020755editdlrm
mysqld_multi.server10610755editdlrm
mysql_security_commands.sql21210755editdlrm
mysql_system_tables.sql936670755editdlrm
mysql_system_tables_data.sql39720755editdlrm
mysql_test_data_timezone.sql108340755editdlrm
Edit: /usr/share/mysql/mysql-log-rotate (844B)
# The log file name and location can be set in # /etc/my.cnf by setting the "log-error" option # in either [mysqld] or [mysqld_safe] section as # follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # In case the root user has a password, then you # have to create a /root/.my.cnf configuration file # with the following content: # # [mysqladmin] # password = # user= root # # where "" is the password. # # ATTENTION: The /root/.my.cnf file should be readable # _ONLY_ by root ! /var/lib/mysql/mysqld.log { # create 600 mysql mysql notifempty daily rotate 5 missingok compress postrotate # just if mysqld is really running if test -x /usr/bin/mysqladmin && \ /usr/bin/mysqladmin ping &>/dev/null then /usr/bin/mysqladmin flush-logs fi endscript }