How to Remove a Database User in Plesk

This guide shows you how to remove a database user from your hosting account in Plesk. A database user is the login (a username and password) that a website or application uses to connect to a MySQL or MariaDB database. Removing a user deletes only that login: the database and its data stay in place. Deleting the database itself is a separate action.

Last reviewed: 27 July 2026, against Plesk Obsidian 18.0 (latest stable). This guide is written for Noiz hosting and is kept current against Plesk. It complements, and does not replace, the official Plesk documentation.

Before you remove a user

Removing a database user is immediate and cannot be undone, so check that the user is not still in use:

  • If a live website or application still connects with this user's credentials, it will lose access to the database and is likely to show a connection error until you point it at a different user.
  • Removing the user does not delete the database or any of its tables. Your data remains, but nothing can connect to it until at least one user is assigned.
  • If you are unsure which user a site relies on, check the database connection details in the application's configuration file (for example wp-config.php for WordPress) before removing anything.

Remove a database user in Plesk

1. Log in to your Plesk account.

2. Click Databases in the sidebar menu.

The Databases entry in the Plesk sidebar menu

3. Click User Management in the right sidebar.

The User Management button on the Plesk Databases page

4. Under Database Users, tick the box next to the user you want to remove, then click Remove.

Selecting a database user and clicking Remove in Plesk

5. A confirmation box appears. Click Yes to remove the user.

Troubleshooting

A website stopped working after removing the user: the site was almost certainly connecting with the credentials you removed. Create a new database user for that database, update the application's configuration with the new username and password, then reload the site.

The Remove button is greyed out or missing: your hosting plan or access level may not allow removing that user. Contact Noiz support if you need it removed.

If you would like Noiz to handle database changes for you, or you are on a managed plan, contact the Noiz support team and they will take care of it.

  • 0 Users Found This Useful
  • plesk, database, mysql, remove
Was this answer helpful?

Related Articles

How to Create a Database in Plesk

This guide shows you how to create a MySQL/MariaDB database in Plesk on your Noiz hosting...

How to Delete a Database in Plesk

This guide shows you how to permanently delete a MySQL or MariaDB database from your hosting...

How to Export a Database Backup in Plesk

Plesk can generate a full backup (a "dump") of a single database and download it straight to your...

How to Create a New Database User in Plesk

This guide shows you how to create a database user in Plesk and attach it to one of your...