---
title: "Get phpMyAdmin link"
method: GET
path: "/api/hosting/v1/accounts/{username}/databases/{name}/phpmyadmin-link"
tags: ["Hosting: Databases"]
---

# Get phpMyAdmin link

`GET /api/hosting/v1/accounts/{username}/databases/{name}/phpmyadmin-link`

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.

## Path parameters

- `username` string, required
- `name` string, required

## Response `200`

Success response

- HostingV1DatabasesPhpMyAdminLinkResource
  - `link` string, required — Direct sign-on URL to phpMyAdmin for the specified database.

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
