<div dir="ltr">Thanks a lot for the reply! What I did in the end was:<div><br></div><div><span style="color:rgb(0,0,0);font-family:Arial,&#39;Liberation Sans&#39;,&#39;DejaVu Sans&#39;,sans-serif;font-size:14px;line-height:18px">Changed to $cfg[&#39;Servers&#39;][$i][&#39;connect_type&#39;] = &#39;socket&#39;; instead of tcp I can access the phpmyadmin control panel. TCP is not working with the current settings. Will look into making that possible too, but works like this now. To move databases from the old location to the new one I used </span><code style="margin:0px;padding:1px 5px;border:0px;font-size:14px;vertical-align:baseline;background-color:rgb(238,238,238);font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,serif;white-space:pre-wrap;color:rgb(0,0,0);line-height:18px">sudo cp -R /opt/local/var/db/mysql5/datasbase /opt/local/var/db/mysql55/database</code></div>

<div class="gmail_extra"><br></div><div class="gmail_extra">All working now.<br><br><div class="gmail_quote">On Fri, Aug 22, 2014 at 3:38 PM, Ryan Schmidt <span dir="ltr">&lt;<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On Aug 22, 2014, at 5:10 AM, Jasper Frumau &lt;<a href="mailto:jasperfrumau@gmail.com">jasperfrumau@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Well inside config.inc.php I changed tcp to socket $cfg[&#39;Servers&#39;][$i][&#39;connect_type&#39;] = &#39;socket&#39;; et voila! Now I can access the site. Why does TCP not work? No idea? Why I still have Connection for controluser as defined in your configuration failed. no idea either. And then there is the issue with the databases I need moved from the old location. But this is great progress.<br>


<br>
</div>TCP networking is disabled by default, as the port&#39;s notes state:<br>
<br>
<br>
$ port notes mysql55<br>
mysql55 has the following notes:<br>
<div class="">  On activation if no /opt/local/etc/mysql55/my.cnf file exists one<br>
  will be created which loads<br>
  /opt/local/etc/mysql55/macports-default.cnf.<br>
<br>
  If a /opt/local/etc/mysql55/my.cnf file exists MacPorts does not<br>
  touch it and any changes you make to /opt/local/etc/mysql55/my.cnf<br>
  will be preserved (e.g., during port upgrades, deactivations or<br>
  activations). /opt/local/etc/mysql55/my.cnf is a good place to<br>
  customize your mysql55 installation.<br>
<br>
  Any changes made to /opt/local/etc/mysql55/macports-default.cnf<br>
  will be lost during port upgrades, deactivations or activations so you<br>
  are advised to not make changes here. Currently<br>
  /opt/local/etc/mysql55/macports-default.cnf contains only one<br>
  directive; to disable networking. With disabled networking it is<br>
  possible to install and have running all the MacPorts mysql ports<br>
  simultaneously.<br>
<br>
<br>
</div>You can enable networking in my.cnf if you want to connect to this server from another computer; otherwise you should leave it disabled as that&#39;s more secure.<br>
<br>
</blockquote></div><br><br clear="all"><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 Frumau @ Imagewize Ltd</b> <span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">web design | web development | branding</span><br style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">

<span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">w:</span> <a href="http://www.imagewize.net/" style="font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px;color:rgb(0,0,0);text-decoration:none;border-bottom-width:1px;border-bottom-color:rgb(153,153,153);border-bottom-style:dotted" target="_blank">imagewize.</a><span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">com</span> <span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">email:</span> <a href="mailto:jasper@imagewize.net" style="font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px;color:rgb(0,0,0);text-decoration:none;border-bottom-width:1px;border-bottom-color:rgb(153,153,153);border-bottom-style:dotted" target="_blank">jasper@imagewize.</a><span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">com</span> <span style="color:rgb(85,85,85);font-family:&#39;Lucida Grande&#39;,Verdana,Arial,sans-serif;font-size:10px;line-height:14px">t:  +66806044547 skype: frumau</span><br>

</div>
</div></div>