⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
x
/
r
/
View File Name :
connection_timeout.result
Preamble install plugin mysqlx soname "mysqlx.so"; call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key.."); call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed."); SHOW VARIABLES LIKE 'mysqlx_connect_timeout'; Variable_name Value mysqlx_connect_timeout 30 show status like 'Mysqlx_conn%'; Variable_name Value Mysqlx_connection_accept_errors 0 Mysqlx_connection_errors 0 Mysqlx_connections_accepted 0 Mysqlx_connections_closed 0 Mysqlx_connections_rejected 0 SET GLOBAL mysqlx_connect_timeout = 4; show status like 'Mysqlx_conn%'; Variable_name Value Mysqlx_connection_accept_errors 0 Mysqlx_connection_errors 0 Mysqlx_connections_accepted 0 Mysqlx_connections_closed 0 Mysqlx_connections_rejected 0 Disconnect user on idle connection after timeout ok Disconnect user without session after timeout connecting... active session is now 'idle_session' send Mysqlx.Connection.CapabilitiesGet { } closing session idle_session switched to session default Mysqlx.Ok { msg: "bye!" } ok Inactivity timer disabled after session setup (commands executed after 1s should be processed) command ok command ok Mysqlx.Ok { msg: "bye!" } ok Disconnect user on idle connection after new timeout SET GLOBAL mysqlx_connect_timeout = 2; show status like 'Mysqlx_conn%'; Variable_name Value Mysqlx_connection_accept_errors 0 Mysqlx_connection_errors 2 Mysqlx_connections_accepted 4 Mysqlx_connections_closed 4 Mysqlx_connections_rejected 0 ok SET GLOBAL mysqlx_connect_timeout = 4; Inactivity timer restarted with Session.Reset Message command ok send Mysqlx.Session.Reset { } Mysqlx.Ok { } Login OK command ok send Mysqlx.Session.Reset { } Mysqlx.Ok { } Login OK Mysqlx.Ok { msg: "bye!" } ok Cleanup SET GLOBAL mysqlx_connect_timeout = 300; show status like 'Mysqlx_conn%'; Variable_name Value Mysqlx_connection_accept_errors 0 Mysqlx_connection_errors 3 Mysqlx_connections_accepted 6 Mysqlx_connections_closed 6 Mysqlx_connections_rejected 0 UNINSTALL PLUGIN mysqlx;