# Deactivating ThemeWare® via the database

In this article, you will learn how to deactivate ThemeWare® via the database.

{% hint style="info" %}
**Note**: This article is intended for professionals and experts. If you are not absolutely sure, we will be happy to support you: [ThemeWare® Services at a glance](https://service.themeware.design/en/service)
{% endhint %}

If you want to disable an extension or ThemeWare®, for example because you have mistakenly installed an incompatible version and the administration is not accessible, you have to disable this extension via the database.

{% hint style="warning" %}
**Important:** In the Shopware 6 Cloud currently is no possibility to reach the configuration via the database.
{% endhint %}

> ### Backup for safety
>
> Manual editing of the database is suitable for experienced users who are familiar with the database. Get help if this does not apply to you.

{% hint style="danger" %}
**Attention**: Make sure you create a backup of your database before you make any changes here!
{% endhint %}

***

## Manual approach (for experienced users)

{% hint style="success" %}
**Tip**: For a quick access to the database we gladly use the extension [Adminer for the Admin](https://knowledge.themeware.design/knowledge-base/profi-knowledge/editing-the-database-with-the-adminer) from Friends of Shopware. If the administration is not accessible, we recommend using [Adminer](https://www.adminer.org/en/) or phpMyAdmin.
{% endhint %}

### Deactivate extension

1. Open the database (e.g. Adminer or phpMyAdmin)
2. Use the search field to find the table "**plugin**" (1)
3. Open the table
4. Edit the entry for the desired extension (e.g. "TcinnThemeWareModern") with "**edit**" (3)
5. Change the contents of the "**active**" column (4) from `1` to `0`
6. Save this change and exit the database

You have now disabled the extension from the database.

#### Screenshots

<div><figure><img src="https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2FMms1G45iKYNsiEFK1aJZ%2Fimage.png?alt=media&#x26;token=e02b0de6-e2de-472d-b727-e47dbed14a81" alt=""><figcaption></figcaption></figure> <figure><img src="https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2FAF66I2vGAnACIQjnkAFw%2Fplugin--adminer-edit-themeware.png?alt=media&#x26;token=4a3c6ff7-a59c-46e9-8aee-82cc5c8288e2" alt=""><figcaption></figcaption></figure> <figure><img src="https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2FdY6LODxjCpkuJLsK7f7l%2Fplugin--adminer-deactivate-themeware.png?alt=media&#x26;token=f951ec36-f761-4cd8-ab31-9ef08ce07207" alt=""><figcaption></figcaption></figure></div>
