⚝
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 :
system_variable_port_open_timeout.result
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("option 'mysqlx-port-open-timeout': value -1 adjusted to 0"); call mtr.add_suppression("option 'mysqlx-port-open-timeout': unsigned value 10000 adjusted to 120"); call mtr.add_suppression("option 'mysqlx-port-open-timeout': unsigned value 2147483648 adjusted to 120"); call mtr.add_suppression("option 'mysqlx-port-open-timeout': unsigned value 1024 adjusted to 120"); include/assert.inc [Mysqlx_port_open_timeout global variablem shouldn't exist] SET @@GLOBAL.Mysqlx_port_open_timeout=1; ERROR HY000: Unknown system variable 'Mysqlx_port_open_timeout' # # # X Plugin started with timeout set to "0" # # install plugin mysqlx soname "mysqlx.so"; include/assert.inc [Mysqlx_port_open_timeout global variablem must exist] SET @@GLOBAL.Mysqlx_port_open_timeout=1; ERROR HY000: Variable 'mysqlx_port_open_timeout' is a read only variable SET @@GLOBAL.Mysqlx_port_open_timeout="1.0.1.0"; ERROR HY000: Variable 'mysqlx_port_open_timeout' is a read only variable SELECT COUNT(@@local.Mysqlx_port_open_timeout); ERROR HY000: Variable 'mysqlx_port_open_timeout' is a GLOBAL variable SELECT COUNT(@@SESSION.Mysqlx_port_open_timeout); ERROR HY000: Variable 'mysqlx_port_open_timeout' is a GLOBAL variable include/assert.inc [Mysqlx_port_open_timeout global variable must is read-only, should hold to 0] # # # X Plugin started with timeout set to "1" # # # restart: --loose-mysqlx-port-open-timeout=1 include/assert.inc [Mysqlx_port_open_timeout global variablem must exist] SET @@GLOBAL.Mysqlx_port_open_timeout=1; ERROR HY000: Variable 'mysqlx_port_open_timeout' is a read only variable SET @@GLOBAL.Mysqlx_port_open_timeout="1.0.1.0"; ERROR HY000: Variable 'mysqlx_port_open_timeout' is a read only variable SELECT COUNT(@@local.Mysqlx_port_open_timeout); ERROR HY000: Variable 'mysqlx_port_open_timeout' is a GLOBAL variable SELECT COUNT(@@SESSION.Mysqlx_port_open_timeout); ERROR HY000: Variable 'mysqlx_port_open_timeout' is a GLOBAL variable include/assert.inc [Mysqlx_port_open_timeout global variable must is read-only, should hold to 1] # # # X Plugin restarted with invalid values # # # restart: --loose-mysqlx-port-open-timeout=-1 include/assert.inc [Mysqlx_port_open_timeout global variable must be changed to 0 by MySQL Server] # restart: --loose-mysqlx-port-open-timeout=10000 include/assert.inc [Mysqlx_port_open_timeout global variable must be changed to 120 by MySQL Server] # restart: --loose-mysqlx-port-open-timeout=2G include/assert.inc [2Giga is outside the range of Mysqlx_port_open_timeout global variable, MySQL Server is going to set it to 120] # restart: --loose-mysqlx-port-open-timeout=1K include/assert.inc [1Kilo is outside the range of Mysqlx_port_open_timeout global variable, MySQL Server is going to set it to 120] UNINSTALL PLUGIN `mysqlx`; # restart: --loose-mysqlx-port-open-timeout=INVALID include/assert.inc [Mysqlx_port_open_timeout global variablem shouldn't exist] # restart: --loose-mysqlx-port-open-timeout=TRUE include/assert.inc [Mysqlx_port_open_timeout global variablem shouldn't exist] # restart: --loose-mysqlx-port-open-timeout=2*40 include/assert.inc [Mysqlx_port_open_timeout global variablem shouldn't exist]