• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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