⚝
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 :
initialize-bug21335821.result
# We don't care about innodb warnings at this point CALL mtr.add_suppression("InnoDB:"); # shut server down # Server is down # # Try --initialize with --init-file [UN]INSTALL PLUGIN # # Create the bootstrap file # Run the server with --initialize --init-file # Restart the server against DDIR # connect as root # Check the status of the plugin as loaded by --init-file SELECT PLUGIN_STATUS FROM mysql.t1 WHERE PLUGIN_NAME = 'validate_password'; PLUGIN_STATUS ACTIVE # Check the current status of the plugin SELECT PLUGIN_STATUS FROM INFORMATION_SCHEMA.plugins WHERE PLUGIN_NAME = 'validate_password'; PLUGIN_STATUS ACTIVE # must work as the plugin must be loaded at startup UNINSTALL PLUGIN validate_password; # shut server down # Server is down # close the test connection # delete mysqld log # delete datadir # delete the bootsrap file # # Cleanup # # Restarting the server # End of 5.7 tests