Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
mysql /
Delete
Unzip
Name
Size
Permission
Date
Action
bulgarian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
charsets
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
czech
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
danish
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
docs
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
dutch
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
english
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
estonian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
french
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
german
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
greek
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
hungarian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
italian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
japanese
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
korean
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
norwegian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
norwegian-ny
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
polish
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
portuguese
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
romanian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
russian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
serbian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
slovak
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
spanish
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
swedish
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
ukrainian
[ DIR ]
drwxr-xr-x
2026-06-23 06:14
debian_create_root_user.sql
1.79
KB
-rw-r--r--
2026-06-20 20:54
dictionary.txt
24.98
KB
-rw-r--r--
2026-04-08 00:27
echo_stderr
27
B
-rwxr-xr-x
2026-06-20 20:54
innodb_memcached_config.sql
3.91
KB
-rw-r--r--
2026-04-08 00:27
install_rewriter.sql
2.21
KB
-rw-r--r--
2026-06-20 20:54
mysql-log-rotate
1.98
KB
-rw-r--r--
2026-06-20 20:54
mysql-systemd-start
2.09
KB
-rwxr-xr-x
2025-11-19 05:53
mysqld_multi.server
1.04
KB
-rwxr-xr-x
2026-04-08 00:27
uninstall_rewriter.sql
1.27
KB
-rw-r--r--
2026-06-20 20:54
Save
Rename
# Copyright (c) 2000, 2026, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2.0, # as published by the Free Software Foundation. # # This program is designed to work with certain software (including # but not limited to OpenSSL) that is licensed under separate terms, # as designated in a particular file or component or in included license # documentation. The authors of MySQL hereby grant you an additional # permission to link the program and your derivative works with the # separately licensed software that they have either included with # the program or referenced in the documentation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License, version 2.0, for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # 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 }