27.7.6.34 mysql_get_ssl_cipher()

const char *mysql_get_ssl_cipher(MYSQL *mysql)

Description

mysql_get_ssl_cipher()将用于给定连接的加密密码返回到服务器。 mysql是从mysql_init()返回的连接处理程序。

Return Values

命名连接所用加密密码的字符串;如果未加密连接,则返回NULL