<div dir="ltr">I have had a Macports LAMP running for a year now or so and just upgraded to php 5.5. port to do some more development on my MBP. So I added the openssl port as well as the necessary php55 ports (got some help from <a href="http://blog.kicaj.com/installing-and-configuring-php-5-5-using-macports/">http://blog.kicaj.com/installing-and-configuring-php-5-5-using-macports/</a> ) :<div>

<br></div><div><p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">7541  sudo port install php55</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7547  sudo port select php php55</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7557  port search php | grep apache</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7571  sudo port install php55-apache2handler</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7592  sudo port install php5-openssl</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7593  sudo port install php55-openssl</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7605  sudo port search mbstring</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7606  sudo port install php55-mbstring</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7608  sudo port install php55-mysqli</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7609  sudo port search mysqli</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)"> 7610  sudo port install php55-mysql</p></div><div><br></div><div>PHP 5.5. is running:</div><div><br></div><p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">

php --version</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">PHP 5.5.15 (cli) (built: Jul 25 2014 13:17:32) </p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Copyright (c) 1997-2014 The PHP Group</p>
<div><span style="background-color:rgb(0,0,0);color:rgb(245,245,245);font-family:Monaco;font-size:10px">Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies</span></div><div><br></div><div>And I checked the ini from localhost and all good.</div>

<div>MySQL is OK and is still running:</div><div><br></div><div><br></div><div><p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">mysql5 -u root -p</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Enter password: </p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Welcome to the MySQL monitor.  Commands end with ; or \g.</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Your MySQL connection id is 348</p>
<p style="margin:0px;font-size:10px;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Server version: 5.1.72-log Source distribution</p></div><div><br></div><div><br></div><div>But in phpmyadmin I now get this error:</div>

<div><br></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;background-color:rgb(255,192,203)">#2002 Cannot log in to the MySQL server</span><br></div><div><div><br></div><div>I browsed some forums and tried a few rings like adding the path to the mysql socket in the php 55 init, but I still cannot get phpmyadmin to work again.</div>

<div><br></div><div>Any ideas?</div><div><br></div>-- <br><div dir="ltr"><b style="font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px;color:rgb(0,0,0)">Jasper</b><br></div>
</div></div>