Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User max_connections -> means max_connections per hour issue #3296

Open
aat2703 opened this issue May 8, 2024 · 1 comment
Open

User max_connections -> means max_connections per hour issue #3296

aat2703 opened this issue May 8, 2024 · 1 comment

Comments

@aat2703
Copy link

aat2703 commented May 8, 2024

Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Mysql 8.0

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Version 6.0.0 (550)

  3. The steps to reproduce this issue:
    Go to User Management -> Pick a user -> Resources -> Alter max_connections -> save
    Now only 50 connections per hour is allowed. My assumption was that it would change max_user_connections. Which sets the maximum concurrent connections for the user?

After changing the value this error was thrown: User 'xxx' has exceeded the 'max_connections_per_hour' resource (current value: 50)

@huyphams
Copy link
Contributor

huyphams commented May 8, 2024

The generated queries look like this, it is the max_connections let me check with MySQL document again.
Screenshot 2024-05-08 at 7 17 09 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants