Applicable to:
- Plesk 10.3 for Linux/Unix
Symptoms
Database was created in Plesk and a "root"' user for this database. However, trying to open phpMyAdmin on behalf of this user, phpMyAdmin shows a "denied access" error.
Cause
The new version of phpMyAdmin prohibits use of the "root" username by default.
Resolution
Manually change phpMyAdmin settings. Open the /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php
file and set the property as follows:
CONFIG_TEXT: $cfg['Servers'][$i]['AllowRoot'] = true
Comments
0 comments
Please sign in to leave a comment.