Marc Delisle wrote:
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
from the irc #phpmyadmin (today): 15:42 <krom> i have a problem, and i've searched the web and didn't found a solution 15:42 <krom> after using the script to setup the config.inc.php file 15:43 <krom> i open the browser and it gives me an error "#1043 - Bad handshake" ---8<--- [17:54] <pipas> after configuring config.inc.php the startpage it's giving a error [17:54] <pipas> #1043 - Bad handshake [17:59] <pipas> phpMyAdmin 2.10.0 [18:00] <jw_k> try $cfg['Servers'][$i]['ssl'] = false; [18:02] <pipas> ok "$cfg['Servers'][$i]['ssl'] = false;" did it :)
pma 2.10.1 needed?