why install it in homestead itself? Just install on your host os and use port 33060 to connect to it (or Sequel Pro/Navicat/other)
phpMyAdmin not working in Homestead
Hello! I'm having a problem configuring phpMyAdmin on my homestead. I successfully installed my homestead and installed phpMyAdmin but at the time of entering the address assigned (phpmyadmin.prj) I opened the project (cursostyde.prj) which is the project that I have loaded with homestead ... that is, I always open the Coursestyde project regardless of the address I put ... In addition, the Courses project does not connect to the database ...
I leave a couple of images of how my Homestead.yaml file and my hosts file are configured.
Homestead.yaml https://ibb.co/jONgvU
hosts https://ibb.co/i5eTaU
uh followed these steps to install phpmyadmin. (steps in spanish)
https://styde.net/instala-phpmyadmin-en-laravel-homestead/
The only thing that changes is that at the moment of putting
sudo ln -s / usr / share / phpmyadmin / / home / vagrant / Code / phpmyadmin
I gave the following error:
ln: failed to create symbolic link '/ home / vagrant / Projects / phpmyadmin': Protocol error
and solve it with the following code
sudo cp -LR / usr / share / phpmyadmin / / home / vagrant / Code / phpmyadmin
This problem I had a couple of months ago and I could never solve it ... try from the beginning again but I still have the problem ... any solution please?
Please or to participate in this conversation.