ssl_compress.test
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 23 行
TEST
23 行
# Turn on compression between the client and server# and run a number of tests-- source include/have_openssl.inc-- source include/have_compress.incconnect (ssl_compress_con,localhost,root,,,,,SSL COMPRESS);# Check ssl turned onSHOW STATUS LIKE 'Ssl_cipher';# Check compression turned onSHOW STATUS LIKE 'Compression';# Source select test case-- source include/common-tests.inc# Check ssl turned onSHOW STATUS LIKE 'Ssl_cipher';# Check compression turned onSHOW STATUS LIKE 'Compression';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?