⚝
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_session.result
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("Plugin mysqlx reported: .*Could not open internal MySQL session."); call mtr.add_suppression("Plugin mysqlx reported: ..: Error initializing session for connection: Could not open session."); call mtr.add_suppression("Plugin mysqlx reported: .Kill client: 1040 Too many connections."); SET @max = @@GLOBAL.MAX_CONNECTIONS; SET GLOBAL MAX_CONNECTIONS=3; SET GLOBAL MYSQLX_MAX_CONNECTIONS=30; CREATE USER xuser@localhost IDENTIFIED BY 'xuser_pwd'; SHOW GRANTS FOR xuser@localhost; Grants for xuser@localhost GRANT USAGE ON *.* TO 'xuser'@'localhost' connecting... active session is now 'second_session' connecting... active session is now 'thrid_session' connecting... Got expected error (one of: 2006 2007 5011 ) connecting... Got expected error (one of: 2006 2007 5011 ) connecting... Got expected error (one of: 2006 2007 5011 ) closing session thrid_session Mysqlx.Ok { msg: "bye!" } ok SET @@GLOBAL.MAX_CONNECTIONS=@max; DROP USER xuser@localhost; UNINSTALL PLUGIN mysqlx;