0
votes

I have installed xampp but I did not access localhost/phpmyadmin/

I have done following changes

# since XAMPP 1.4.3
<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    **Require all granted**
</Directory>

still I'm getting error

Error

MySQL said: Documentation

2002 - No such file or directory The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed.

1

1 Answers

0
votes

how about this

AllowOverride AuthConfig Require all granted or

AllowOverride all Require all granted

not thested yet but should be work

since @user3247809 do not mention the complete config, it could mistake in outconfig, so I make config the bypass the outhconfig.