⚝
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
/
r
/
View File Name :
wait_timeout.result
SET @@global.wait_timeout= 2; disconnect default; connection wait_con; connection default; --disable_reconnect; SELECT 1; 1 1 connection wait_con; connection default; SELECT 2; Got one of the listed errors --enable_reconnect; SELECT 3; 3 3 disconnection default; connection wait_con; connection con1; --disable_reconnect; SELECT 1; 1 1 connection wait_con; connection con1; SELECT 2; Got one of the listed errors --enable_reconnect; SELECT 3; 3 3 SET @@global.wait_timeout= <start_value>; disconnection con1; # # Bug#54790: Use of non-blocking mode for sockets limits performance # # # Test UNIX domain sockets timeout. # # Open con1 and set a timeout. SET @@SESSION.wait_timeout = 2; # Wait for con1 to be disconnected. # Check that con1 has been disconnected. # CR_SERVER_LOST, CR_SERVER_GONE_ERROR SELECT 1; Got one of the listed errors # # Test TCP/IP sockets timeout. # # Open con1 and set a timeout. SET @@SESSION.wait_timeout = 2; # Wait for con1 to be disconnected. # Check that con1 has been disconnected. # CR_SERVER_LOST, CR_SERVER_GONE_ERROR SELECT 1; Got one of the listed errors