0

Im having an issue getting my database from localhost to public web. When i use my opened port it gives the message that its working but when i wanna open phpmyadmin i dont have access.

MAMPPRO confirming Port is good

MAMPPRO settings (when set to 127.0.0.1 it works good)

Own named server

No premission to access phpmyadmin

If anyone can help big thank you

ADyson
  • 57,178
  • 14
  • 51
  • 63
MitchZ
  • 3
  • 4
  • 1
    a 403 is a webserver error. Check the permissions in Apache. P.S. PhpMyAdmin is unlikely to be running on port 3306 - that's the port which the mysql server normally runs on. Did you really set it up like that?? – ADyson Oct 09 '20 at 10:53
  • Yes it is set up like this. but doesnt seem to work. Can you please help me set it up coorectly – MitchZ Oct 09 '20 at 11:09
  • I suggest using a standard HTTP port like 80, as the first idea. Don't use a port which is the default port for another service entirely. – ADyson Oct 09 '20 at 11:10
  • Okay thank you. changed the port but still got the 403 error. – MitchZ Oct 09 '20 at 11:15
  • next, check that the account which apache runs under has read&execute permission to the filesystem folder where phpmyadmin is installed – ADyson Oct 09 '20 at 11:16
  • https://stackoverflow.com/questions/14094534/getting-to-phpmyadmin-with-mamp might also help you, potentially – ADyson Oct 09 '20 at 11:18

0 Answers0