config.inc.php lost and found

the problem
i had the same or like problem more than once
so here, for the public, and for me in the future, my semi-professional solution
i startet assuming something's wrong, when trying to invoke phpmyadmin from the plesk desktop (my -german- button says 'DB WebAdmin')

the popup window looks like:
Access denied for user 'pma_wYxxxxxxxMP'@'localhost' (using password: YES)

the solution I
here helps the swsoft knowlegdbase article #1252:
http://kb.swsoft.com/article_16_1252_en.html
basically is suggested to do plesks work by adding the plesk controluser to the mysql.user table - the plek controluser is used by invoking phpmyadmin from the plesk desktop
this works fine, but you need config.inc.php for username (something like 'pma_wYxxxxxxxMP') and password of the controluser

the big trouble
!!now you are in big trouble: config.inc.php is missing!!

the solution II
you can restore it quite easily: usually config.inc.php would be in directory /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin
when its missing there should still be config.inc.php.old, which is quite good xept for the login data of the controluser
now the lost and found part:
there is a config.default.php in directory /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries which contains the right username/password (better check it against the above mentioned access denied error message)
taraaah:
just copy config.inc.php.old to config.inc.php, copy'n paste the login data from config.default.php to your new config.inc.php and follow the easy

steps from KB #1252.

Happy phping