I tried to install and configure phpmyadmin using home-brew. For installation, I used the brew install phpmyadmin commands, and this is a summary of the message printed in the terminal.
==> Summary πΊ /usr/local/Cellar/php71/7.1.0-beta.1: 342 files, 50.3M, built in 7 minutes 29 seconds ==> Installing homebrew/php/phpmyadmin ==> Downloading https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_6_2.t ==> Downloading from https://codeload.github.com/phpmyadmin/phpmyadmin/tar.gz/RE
I followed the instructions on the output of the terminal, despite this, when I enter the URL http: // localhost / phpmyadmin in safari. I still get the error message, Safari can't open the page "localhost/phpmyadmin" because Safari can't connect to the server "localhost" . I think it is possible that I configured the cookie correctly in the phpmyadmin.config.in.php file, but I donβt know how I can fix it.
source share