Linux server1.hosting4iran.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.218
Domains : 282 Domain
User : satitravel
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
2023-12-23 09:42
errmsg.h
5.6
KB
-rw-r--r--
2023-10-12 11:45
field_types.h
2.96
KB
-rw-r--r--
2023-10-12 11:45
my_command.h
4.3
KB
-rw-r--r--
2023-10-12 11:45
my_compress.h
3.56
KB
-rw-r--r--
2023-10-12 11:45
my_list.h
2.02
KB
-rw-r--r--
2023-10-12 11:45
mysql.h
32.76
KB
-rw-r--r--
2023-10-12 11:45
mysql_com.h
36.46
KB
-rw-r--r--
2023-10-12 11:45
mysql_time.h
3.47
KB
-rw-r--r--
2023-10-12 11:45
mysql_version.h
1.11
KB
-rw-r--r--
2023-10-12 17:56
mysqld_error.h
255.7
KB
-rw-r--r--
2023-10-12 17:58
mysqlx_ername.h
7.04
KB
-rw-r--r--
2023-10-12 17:56
mysqlx_error.h
4.02
KB
-rw-r--r--
2023-10-12 17:56
mysqlx_version.h
1.76
KB
-rw-r--r--
2023-10-12 17:56
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.35" #define MYSQL_BASE_VERSION "mysqld-8.0" #define MYSQL_SERVER_SUFFIX_DEF "" #define MYSQL_VERSION_ID 80035 #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.35" #define LIBMYSQL_VERSION_ID 80035 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */