Installing phpMyAdmin onto Amazon EC2 instance

前端 未结 3 981
难免孤独
难免孤独 2020-12-19 04:06

I\'ve configured my EC2 instance as a LAMP, following Amazon\'s tutorial. That appears to be functioning correctly (I can see phpinfo() in a file I\'ve uploaded

3条回答
  •  时光取名叫无心
    2020-12-19 04:41

    I had the same issue, and Chuck Le Butt's solution was very helpful, although a little different for me...

    My ISP uses dynamic IP addresses so when I setup the server it was via a different IP. When I returned to it the following day, my IP address had changed so I was forbidden. Butt, rather than allowing access from all IP's as Chuck suggested, I've updated my previous IP addresses in the phpMyAdmin.conf file.

    sudo nano /etc/httpd/conf.d/phpMyAdmin.conf
    

提交回复
热议问题