Get phpMyAdmin link
hosting_getPhpMyAdminLinkV1Get a direct sign-on link to phpMyAdmin for a specified database to manage tables, run SQL queries, or import/export data.
Instructions
Returns a direct sign-on link to phpMyAdmin for the specified database.
Use this when a visual database interface is needed for SQL queries, imports, exports, or table management. The database name must be the full name returned by the list databases endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full database name as returned by the list databases endpoint. | |
| username | Yes | username parameter |