⚝
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 :
installdb-bad-cipher.test
--source include/not_embedded.inc --source include/not_windows.inc let $error_log= $MYSQLTEST_VARDIR/log/my_restart.err; --error 0,1 --remove_file $error_log # $error_log has to be processed by include/search_pattern_in_file.inc which # contains Perl code requiring that the environment variable SEARCH_FILE points # to this file. let SEARCH_FILE= $error_log; --echo # Execution of mysql_install_db with corrupted ciphertext starts............ --error 1 --exec $MYSQL_INSTALL_DB --no-defaults --mysqld-file=$MYSQLD --datadir=$DDIR --basedir=$BASEDIR --login-file=../mysql-test/std_data/mylogin-bad-cipher.cnf --loose-console > $error_log 2>&1 --echo # Execution of mysql_install_db ends.............. # Search for the reason for the failure let SEARCH_PATTERN= Failed to decrypt the login config file; --source include/search_pattern_in_file.inc --remove_file $error_log