⚝
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 :
mysql_ssl_default.result
# # WL#7712 Support SSL by default in libmysql # # verify that mysql default connect with ssl channel when using TCP/IP # connection Variable_name Value Ssl_cipher SSL_CIPHER # verify that mysql --ssl=0 connect with unencrypted channel Variable_name Value Ssl_cipher # verify that mysql --ssl=1 connect with ssl channel Variable_name Value Ssl_cipher SSL_CIPHER CREATE USER u1@localhost IDENTIFIED BY 'secret' REQUIRE SSL; # verify that mysqladmin default connect with ssl channel mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive # verify that mysql_show default connect with ssl channel mysqlshow: [Warning] Using a password on the command line interface can be insecure. +--------------------+ | Databases | +--------------------+ | information_schema | | test | +--------------------+ DROP USER u1@localhost;