• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved API Database: Use this user's credentials by default for accessing phpMyAdmin

ChrisH

Basic Pleskian
Hi,
can anybody tell me what I have to put into the normal script when I create an user via API to get this option checked: "Use this user's credentials by default for accessing phpMyAdmin "

My users can't login to phpMyAdmin because this option is missing.

Thanks a lot.
 
I guess it has to be entered here:
<packet>
<database>
<add-db-user>
<db-id>xx</db-id>
<login>xxxxx</login>
<password>xhxhxhxh</password>
</add-db-user>
</database>
</packet>
 
Back
Top