Page 1 of 1

You don't have permission to access /phpmyadmin

Posted: Wed Jun 07, 2017 12:45 am
by vesta_mtl
Hello, I am getting this error when I try to access http://myip/phpmyadmin:

You don't have permission to access /phpmyadmin

Does anyone know what might be causing this?

Re: You don't have permission to access /phpmyadmin

Posted: Fri Oct 06, 2017 12:52 pm
by skurudo
And you have such permission?

What's and how this happen?

Re: You don't have permission to access /phpmyadmin

Posted: Fri Oct 06, 2017 5:55 pm
by vesta_mtl
I asked someone who knows more about servers than me, and he said that it was because of a bug with remi repo. This is what he did:

Disable remi repo
mv /etc/yum.repos.d/remi* /root/1/

Install phpmyadmin
yum install phpmyadmin

Enable remi repo
mv /root/1/remi* /etc/yum.repos.d/

That fixed the problem.