Hi, I wonder if $cfg['Servers'][$i]['ssl'] = true;
being true by default will not cause us some problems.
https://sourceforge.net/forum/forum.php?thread_id=1683182&forum_id=72909
http://ca.php.net/mysqli MYSQLI_CLIENT_SSL
Use SSL (encrypted protocol). This option should not be set by application programs; it is set internally in the MySQL client library. ===========
"should not be set by application programs": this is us, no? :)
They don't mention this warning for MYSQL_CLIENT_SSL.
Marc