I have installed wordpress on a CentOS 6.6 server, everything works fine, WP, mysql etc but I cannot access the http://MY_IP/phpmyadmin page to import DB as I get:
You don't have permission to access /phpmyadmin on this server.
I checked the log in :
/var/log/httpd/error_log
And found :
[error] [client 192.168.2.12] client denied by server configuration: /usr/share/phpMyAdmin
The server IP is 192.168.2.101 and I tried to access from another machine with 192.168.2.12 IP. Tried to access from the server itself but doesnt work either.
Any idea how can I fix this ? Thanks!