X7ROOT File Manager
Current Path:
/usr/share/mysql
usr
/
share
/
mysql
/
ðŸ“
..
📄
binary-configure
(1.13 KB)
ðŸ“
bulgarian
ðŸ“
charsets
ðŸ“
chinese
ðŸ“
czech
ðŸ“
danish
ðŸ“
dutch
ðŸ“
english
📄
errmsg-utf8.txt
(699.67 KB)
ðŸ“
estonian
📄
fill_help_tables.sql
(2.06 MB)
ðŸ“
french
ðŸ“
german
ðŸ“
greek
ðŸ“
hindi
ðŸ“
hungarian
ðŸ“
italian
ðŸ“
japanese
ðŸ“
korean
📄
magic
(1.44 KB)
📄
maria_add_gis_sp.sql
(1.67 KB)
📄
maria_add_gis_sp_bootstrap.sql
(1.64 KB)
📄
mysql-log-rotate
(894 B)
📄
mysql.server
(12.38 KB)
📄
mysql_performance_tables.sql
(1.91 KB)
📄
mysql_sys_schema.sql
(605.2 KB)
📄
mysql_system_tables.sql
(29.86 KB)
📄
mysql_system_tables_data.sql
(3.25 KB)
📄
mysql_test_data_timezone.sql
(10.17 KB)
📄
mysql_test_db.sql
(1.64 KB)
📄
mysqld_multi.server
(1.53 KB)
ðŸ“
norwegian
ðŸ“
norwegian-ny
ðŸ“
policy
ðŸ“
polish
ðŸ“
portuguese
ðŸ“
romanian
ðŸ“
russian
ðŸ“
serbian
ðŸ“
slovak
ðŸ“
spanish
ðŸ“
swedish
ðŸ“
systemd
ðŸ“
ukrainian
📄
wsrep.cnf
(3.39 KB)
📄
wsrep_notify
(4.86 KB)
Editing: mysql-log-rotate
# 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