But when I open phpMyAdmin I always get the following error:
MySQL meldet:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
I restarted apache several times and tried it with 172.0.0.1 or web2.FOOBAR.local but it does not help. I am not sure, but I think perhaps phpMyAdmin does not use the config.inc.php as the errormessage states no password given.
The file is stored here:
/srv/www/htdocs/phpMyAdmin
-rw-r–r-- 1 root root 702 Sep 16 23:48 config.inc.php
>
> Dear all
> I have a similar problem. I can see the login page of phpMyAdmin, but
> if tray to login I obtain this error:
>
> #2002 - The server is not responding (or the local MySQL server’s
> socket is not correctly configured)
>
> my configuration file is in /srv/www/htdocs/phpMyAdmin/config and I
> tried to use it with several combination of parameters.
>
> Have anyone some suggestions?
>
Are you using blowfish_secret option in Config.inc.php. I found when I
restored this file from a backup something had changed the blowfish_secret
word. I was getting the login screen but an error after entering ID and
password. Putting in secret word again,(same one as originally used) it
corrected problem.
>
> Dear all
> I have a similar problem. I can see the login page of phpMyAdmin, but
> if tray to login I obtain this error:
>
> #2002 - The server is not responding (or the local MySQL server’s
> socket is not correctly configured)
>
> my configuration file is in /srv/www/htdocs/phpMyAdmin/config and I
> tried to use it with several combination of parameters.
>
> Have anyone some suggestions?
I got the same error after my initial install of mySql. Did you remember to
go into YaST->System->System Services (Runlevel) and Enable the mysql
server?