---
title: How to manage MySQL databases with phpMyAdmin
description: This page explains how to manage MySQL databases with phpMyAdmin
tags: webhosting mysql phpmyadmin database
dates:
  validation: 2025-09-02
  posted: 2021-08-05
---
import Requirements from '@macros/iam/requirements.mdx'
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'


<WebhostingOnline />

<Requirements />

- A Dedibox account logged into the Online [console](https://console.online.net)
- Created a **Webhosting Classic**
- [Created](/classic-hosting/how-to/create-mysql-database/) a MySQL database

1. Click **Hosting**. A list of your webhosting accounts displays.
2. Click **Manage** next to the hosting you want to configure. The webhosting overview page displays.
3. Click **MySQL databases** under **Databases** in the side menu. The list of your databases displays.
4. Click on the **Server** link for your database to access the phpMyAdmin interface. The phpMyAdmin interface displays in a new browser tab.

    <Message type="note">
      You can access phpMyAdmin directly at [https://phpmyadmin.online.net](https://phpmyadmin.online.net).
    </Message>
5. Enter your MySQL database login as user and the database password to connect, then click **Log in**.


