Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
mysql /
Delete
Unzip
Name
Size
Permission
Date
Action
mysql
[ DIR ]
drwxr-xr-x
2026-04-21 08:42
errmsg.h
5.65
KB
-rw-r--r--
2026-04-07 15:27
field_types.h
3.01
KB
-rw-r--r--
2026-04-07 15:27
my_command.h
4.36
KB
-rw-r--r--
2026-04-07 15:27
my_compress.h
3.61
KB
-rw-r--r--
2026-04-07 15:27
my_list.h
2.07
KB
-rw-r--r--
2026-04-07 15:27
mysql.h
32.81
KB
-rw-r--r--
2026-04-07 15:27
mysql_com.h
36.51
KB
-rw-r--r--
2026-04-07 15:27
mysql_time.h
3.52
KB
-rw-r--r--
2026-04-07 15:27
mysql_version.h
1.11
KB
-rw-r--r--
2026-04-07 17:25
mysqld_error.h
257.29
KB
-rw-r--r--
2026-04-07 17:28
mysqlx_ername.h
7.08
KB
-rw-r--r--
2026-04-07 17:25
mysqlx_error.h
4.06
KB
-rw-r--r--
2026-04-07 17:25
mysqlx_version.h
1.81
KB
-rw-r--r--
2026-04-07 17:25
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 "" #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/lib/mysql/mysql.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.46" #define LIBMYSQL_VERSION_ID 80046 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */