⚝
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
/
t
/
View File Name :
mysqladmin_shutdown.test
# Embedded server doesn't support external clients --source include/not_embedded.inc # Supported on platforms with UNIX sockets only --source include/not_windows.inc --echo # --echo # Bug#28466137 MYSQLADMIN SHUTDOWN DOES NOT WAIT FOR MYSQL TO SHUT DOWN ANYMORE --echo # --let $_pid_file_location= `SELECT @@pid_file` # Write file to make mtr expect the shutdown and avoid implicit restart --let $_server_id= `SELECT @@server_id` --let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect --exec echo "wait" > $_expect_file_name --exec $MYSQLADMIN -uroot --password="" -S $MASTER_MYSOCK shutdown 2>&1 # pid file should be gone --error 1 --file_exists $_pid_file_location --source include/wait_until_disconnected.inc --exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect --enable_reconnect --source include/wait_until_connected_again.inc