⚝
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
/
include
/
View File Name :
have_mysqld_safe.inc
################################################# # Checks if mysqld_safe is installed in the path # specified by MTR. mysqld_safe is obsolete on # platforms that use systemd to monitor mysqld. ################################################# --disable_query_log --let $temp_inc=$MYSQL_TMP_DIR/tmp.inc let inc_tmp=$temp_inc; --perl use strict; my $is_mysqld_safe_present=0; $is_mysqld_safe_present=1 if -e $ENV{'MYSQLD_SAFE'}; my $temp_inc= $ENV{'inc_tmp'} or die "temp_inc not set"; open(FILE_INC, ">", "$temp_inc") or die("can't open file \"$temp_inc\": $!"); print FILE_INC '--let $is_found= '.$is_mysqld_safe_present; EOF --source $temp_inc if (!$is_found) { --skip Tests using mysqld_safe skipped. } --remove_file $temp_inc --enable_query_log