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 /
include /
mysql /
Delete
Unzip
Name
Size
Permission
Date
Action
client_plugin.h
8.21
KB
-rw-r--r--
2026-04-08 00:27
errmsg.h
5.65
KB
-rw-r--r--
2026-04-08 00:27
field_types.h
3.01
KB
-rw-r--r--
2026-04-08 00:27
my_command.h
4.36
KB
-rw-r--r--
2026-04-08 00:27
my_compress.h
3.61
KB
-rw-r--r--
2026-04-08 00:27
my_list.h
2.07
KB
-rw-r--r--
2026-04-08 00:27
mysql.h
32.81
KB
-rw-r--r--
2026-04-08 00:27
mysql_com.h
36.51
KB
-rw-r--r--
2026-04-08 00:27
mysql_time.h
3.52
KB
-rw-r--r--
2026-04-08 00:27
mysql_version.h
1.1
KB
-rw-r--r--
2026-06-20 20:54
mysqld_error.h
257.29
KB
-rw-r--r--
2026-06-20 20:54
mysqlx_ername.h
7.08
KB
-rw-r--r--
2026-06-20 20:54
mysqlx_error.h
4.06
KB
-rw-r--r--
2026-06-20 20:54
mysqlx_version.h
1.81
KB
-rw-r--r--
2026-06-20 20:54
plugin_auth_common.h
6.75
KB
-rw-r--r--
2026-04-08 00:27
udf_registration_types.h
3.78
KB
-rw-r--r--
2026-04-08 00:27
Save
Rename
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB, 1996, 1999-2004, 2007 MySQL AB. This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #ifndef _mysql_version_h #define _mysql_version_h #define PROTOCOL_VERSION 10 #define MYSQL_SERVER_VERSION "8.0.46" #define MYSQL_BASE_VERSION "mysqld-8.0" #define MYSQL_SERVER_SUFFIX_DEF "-0ubuntu0.22.04.3" #define MYSQL_VERSION_ID 80046 #define MYSQL_VERSION_STABILITY "LTS" #define MYSQL_PORT 3306 #define MYSQL_ADMIN_PORT 33062 #define MYSQL_PORT_DEFAULT 0 #define MYSQL_UNIX_ADDR "/var/run/mysqld/mysqld.sock" #define MYSQL_CONFIG_NAME "my" #define MYSQL_PERSIST_CONFIG_NAME "mysqld-auto" #define MYSQL_COMPILATION_COMMENT "(Ubuntu)" #define MYSQL_COMPILATION_COMMENT_SERVER "(Ubuntu)" #define LIBMYSQL_VERSION "8.0.46" #define LIBMYSQL_VERSION_ID 80046 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */