Plesk

Unable to add MySQL/MariaDB/MSSQL database in Plesk: the option is missing

Symptoms

Cause

The number of MySQL/MariaDB/MSSQL databases is limited in the webspace, subscription or reseller plan settings.

Resolution

 

Web Admin Edition

 

For Plesk on Linux

  1. Connect to the Plesk server via SSH.

  2. Increase the database limit (specify "-1" for unlimited):

    # plesk bin subscription_settings -u example.com -max_db 100

 

For Plesk on Windows server

  1. Log in to Plesk.

  2. Go to Tools & Settings > License Management and check if Microsoft SQL Server support enabled or not:

    • If no, then it is required to purchase the MSSQL support first for the subscription.

      MSSQL support is included in the Power Pack and Developer Pack.

    • If yes, then proceed to step 3.

  3. Run the command below to get the current limit of MS SQL databases for the required webspace:

    C:> plesk bin subscription_settings --info example.com | findstr max_mssql_db

    max_mssql_db 30 MS SQL databases

  4. Increase the number of MSSQL databases for the required webspace (specify "-1" for Unlimited):

    C:> plesk bin subscription_settings -u example.com -max_mssql_db 100

 

Web Pro and Web Host Editions

 

  1. Log in to Plesk.

  2. Go to Subscriptions > example.com > Customize (under Account) > Resources.

  3. Find the MySQL/MariaDB/MS SQL databases number:

    • If the subscription has reached its limit, increase it using one the following ways:

      - Go to Subscriptions > example.com > Customize > Resources page and increase the MySQL/MariaDB/MS SQL databases limit (changes will affect only this subscription).

      - Go to Subscriptions > example.com > Service Plan: Default > Resources page and increase the MySQL/MariaDB/MS SQL databases limit (changes will affect all subscriptions assigned to this service plan and synchronized).

    • If the subscription has not reached the limit, then this limit is set on the reseller's level.

      3.1. Go to Subscriptions > example.com > Subscriber: John Doe > Provider: Jane Doe:

      - Click the Change Plan button to increase the MySQL/MariaDB/MS SQL databases number for all resellers assigned to this service plan.

      - Click the Customize button to increase the MySQL/MariaDB/MS SQL databases number only for this reseller.

      3.2. Find the MySQL/MariaDB/MS SQL databases number and increase it to the required value.

 

Exit mobile version