/
usr
/
share
/
mysql
/
/usr/share/mysql
mkdir
upload
Name
Size
Mode
Actions
charsets/
-
0755
rm
czech/
-
0755
rm
danish/
-
0755
rm
dutch/
-
0755
rm
english/
-
0755
rm
estonian/
-
0755
rm
french/
-
0755
rm
german/
-
0755
rm
greek/
-
0755
rm
hungarian/
-
0755
rm
italian/
-
0755
rm
japanese/
-
0755
rm
korean/
-
0755
rm
norwegian/
-
0755
rm
norwegian-ny/
-
0755
rm
polish/
-
0755
rm
portuguese/
-
0755
rm
romanian/
-
0755
rm
russian/
-
0755
rm
SELinux/
-
0755
rm
serbian/
-
0755
rm
slovak/
-
0755
rm
spanish/
-
0755
rm
swedish/
-
0755
rm
ukrainian/
-
0755
rm
binary-configure
1157
0755
edit
dl
rm
config.huge.ini
4528
0755
edit
dl
rm
config.medium.ini
2382
0755
edit
dl
rm
config.small.ini
1626
0755
edit
dl
rm
errmsg-utf8.txt
470520
0755
edit
dl
rm
fill_help_tables.sql
689066
0755
edit
dl
rm
magic
773
0755
edit
dl
rm
my-huge.cnf
4697
0755
edit
dl
rm
my-innodb-heavy-4G.cnf
19779
0755
edit
dl
rm
my-large.cnf
4671
0755
edit
dl
rm
my-medium.cnf
4682
0755
edit
dl
rm
my-small.cnf
2846
0755
edit
dl
rm
mysql-log-rotate
789
0755
edit
dl
rm
mysql.server
11492
0755
edit
dl
rm
mysqld_multi.server
1065
0755
edit
dl
rm
mysql_system_tables.sql
28980
0755
edit
dl
rm
mysql_system_tables_data.sql
3448
0755
edit
dl
rm
mysql_test_data_timezone.sql
10411
0755
edit
dl
rm
ndb-config-2-node.ini
1326
0755
edit
dl
rm
Edit:
/usr/share/mysql/mysql-log-rotate
(789B)
# This logname can be set in /etc/my.cnf # by setting the variable "err-log" # in the [safe_mysqld] section as follows: # # [safe_mysqld] # err-log=/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 notifempty daily rotate 3 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 }
Save
cmd:
run