Hackfut Security File Manager
Current Path:
/usr/share/mysql
usr
/
share
/
mysql
/
📁
..
📁
SELinux
📄
binary-configure
(1.13 KB)
📁
bulgarian
📁
charsets
📁
czech
📁
danish
📄
dictionary.txt
(24.98 KB)
📁
dutch
📁
english
📄
errmsg-utf8.txt
(495 KB)
📁
estonian
📄
fill_help_tables.sql
(875.74 KB)
📁
french
📁
german
📁
greek
📁
hungarian
📄
innodb_memcached_config.sql
(3.87 KB)
📁
italian
📁
japanese
📁
korean
📄
magic
(773 B)
📄
my-default.cnf
(1.1 KB)
📄
mysql-log-rotate
(844 B)
📄
mysql.server
(10.84 KB)
📄
mysql_security_commands.sql
(2.07 KB)
📄
mysql_system_tables.sql
(91.47 KB)
📄
mysql_system_tables_data.sql
(3.88 KB)
📄
mysql_test_data_timezone.sql
(10.58 KB)
📄
mysqld_multi.server
(1.04 KB)
📁
norwegian
📁
norwegian-ny
📁
polish
📁
portuguese
📁
romanian
📁
russian
📁
serbian
📁
slovak
📁
spanish
📁
swedish
📁
ukrainian
Editing: mysql-log-rotate
# 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 = <secret> # user= root # # where "<secret>" 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 }
Upload File
Create Folder