r-dbi / RMySQL

Legacy DBI interface for MySQL

Home Page:http://cran.r-project.org/package=RMySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL - check status

adambondaruk opened this issue · comments

Is there any way to check if the connection is secured actually?
I used dbGetInfo() method but it does not show whether SSL is on or off.

I am using default.file= option in my connection. But I cannot see any difference when I don't use this option, How can I verify my client connection security status?

regards, Adam

I found a way to check the connection status using session variables and performance schema.