• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Limit database connections per client

Airborne3d

New Pleskian
Hi,

I wanna throttle the database usage for each client we have. I was looking at the "max connections" varible by default this is 151 on MariaDB. But as i understand it "max connections" limit the overall connections for the entire server or is it per database? And the "max user connection" What does this varible mean?

The purpose is the limit each user depending on the diffrent service plans they have at our agency.

Thanks for help!
 
As noted in the MariaDB docs the max_user_connections variable is used for:
Maximum simultaneous connections permitted for each user account.

The purpose is the limit each user depending on the diffrent service plans they have at our agency.
There is no option (to my knowledge) to manage the max user connection trough the Plesk service plans. But you might be able to manage it manually.
 
Back
Top