X7ROOT File Manager
Current Path:
/usr/share/mysql
usr
/
share
/
mysql
/
📁
..
📁
bulgarian
📁
charsets
📁
czech
📁
danish
📄
dictionary.txt
(24.98 KB)
📁
dutch
📁
english
📄
errmsg-utf8.txt
(518.77 KB)
📁
estonian
📄
fill_help_tables.sql
(1.03 MB)
📁
french
📁
german
📁
greek
📁
hungarian
📄
innodb_memcached_config.sql
(3.91 KB)
📄
install_rewriter.sql
(2.17 KB)
📁
italian
📁
japanese
📁
korean
📄
magic
(773 B)
📄
mysql-log-rotate
(844 B)
📄
mysql_security_commands.sql
(2.12 KB)
📄
mysql_sys_schema.sql
(281.58 KB)
📄
mysql_system_tables.sql
(151.8 KB)
📄
mysql_system_tables_data.sql
(1.19 KB)
📄
mysql_test_data_timezone.sql
(10.61 KB)
📁
norwegian
📁
norwegian-ny
📁
polish
📁
portuguese
📁
romanian
📁
russian
📁
serbian
📁
slovak
📁
spanish
📁
swedish
📁
ukrainian
📄
uninstall_rewriter.sql
(1.21 KB)
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