Question
How to enable direct access to phpMyAdmin, skipping the Plesk login?
Answer
Direct access to phpMyAdmin can be enabled with the following steps.
Note: The database credentials are still required.
Log in to Plesk
Edit panel.ini, adding these lines to it
[databaseManagement]
features.phpMyAdmin.loginForm.enabled = onLog in to phpMyAdmin with the database credentials at https://example.com:8443/phpmyadmin
Note: Clear the browser cache and cookies if there are errors.
Error "Cannot connect: invalid settings"
The information entered in panel.ini is incorrect. Restore the original.
Rename the current
panel.ini# mv /usr/local/psa/admin/conf/panel.ini{,.old}
Copy the original template
# cp /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini
Repeat the steps from the guide