Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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 /
include /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
client_plugin.h
8.21
KB
-rw-r--r--
errmsg.h
5.65
KB
-rw-r--r--
field_types.h
3.01
KB
-rw-r--r--
my_command.h
4.36
KB
-rw-r--r--
my_compress.h
3.61
KB
-rw-r--r--
my_list.h
2.07
KB
-rw-r--r--
mysql.h
32.81
KB
-rw-r--r--
mysql_com.h
36.51
KB
-rw-r--r--
mysql_time.h
3.52
KB
-rw-r--r--
mysql_version.h
1.1
KB
-rw-r--r--
mysqld_error.h
256.24
KB
-rw-r--r--
mysqlx_ername.h
7.08
KB
-rw-r--r--
mysqlx_error.h
4.06
KB
-rw-r--r--
mysqlx_version.h
1.81
KB
-rw-r--r--
plugin_auth_common.h
6.75
KB
-rw-r--r--
udf_registration_types.h
3.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql_version.h
/* 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.41" #define MYSQL_BASE_VERSION "mysqld-8.0" #define MYSQL_SERVER_SUFFIX_DEF "-0ubuntu0.22.04.1" #define MYSQL_VERSION_ID 80041 #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.41" #define LIBMYSQL_VERSION_ID 80041 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */
Close