Packets received out of order

I am running a Wordpress website on my local machine with MAMP, so when I try to call it:

http://localhost:8889/myfoldername/

      

I got this message:

J   
5.5.29    l9ubijVS ΓΏΓ· €          z.s|65HJzI<0 mysql_native_password !  ΓΏβ€ž#08S01Got packets out of order

      

I checked the DB on phpMyAdmin, also, MAMP uses 8889

, so I changed it to wp-config.php

. What am I missing? Thanx.

+3


source to share


1 answer


Just point http://localhost:8888/myfoldername/

in your install and you can hit the apache serving your Wordpress.



0


source







All Articles