⚝
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 :
client_close_abort.result
# restart 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."); call mtr.add_suppression('Message of size 4294967040 received, exceeding the limit of 1048576'); call mtr.add_suppression('22.1: Unsuccessful login attempt: Invalid user or password'); select sleep(1); sleep(1) 0 SELECT `user`,`host`,`db`,`command`,`state`,`info` FROM INFORMATION_SCHEMA.PROCESSLIST WHERE `state` != 'cleaning up'; user host db command state info root localhost test Query executing SELECT `user`,`host`,`db`,`command`,`state`,`info` FROM INFORMATION_SCHEMA.PROCESSLIST WHERE `state` != 'cleaning up' Close in a pipeline and try to do something after close ------------------------------------------------------- connecting... active session is now 'sess' send Mysqlx.Sql.StmtExecute { stmt: "select 4.1" } send Mysqlx.Sql.StmtExecute { stmt: "select 4.2" } send Mysqlx.Session.Close { } send Mysqlx.Sql.StmtExecute { stmt: "select \'fail\'" } Got expected error (one of: 0 2007 ) 4.1 4.1 0 rows affected 4.2 4.2 0 rows affected Mysqlx.Ok { msg: "bye!" } Got expected error (one of: 2006 2007 ) aborting session sess switched to session default Mysqlx.Ok { msg: "bye!" } ok select sleep(1); sleep(1) 0 show global status like 'mysqlx_sessions'; Variable_name Value Mysqlx_sessions 0 show global status like 'mysqlx_connections_%'; Variable_name Value Mysqlx_connections_accepted 2 Mysqlx_connections_closed 2 Mysqlx_connections_rejected 0 SELECT `user`,`host`,`db`,`command`,`state`,`info` FROM INFORMATION_SCHEMA.PROCESSLIST WHERE `state` != 'cleaning up'; user host db command state info root localhost test Query executing SELECT `user`,`host`,`db`,`command`,`state`,`info` FROM INFORMATION_SCHEMA.PROCESSLIST WHERE `state` != 'cleaning up' uninstall plugin mysqlx;