• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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