Jump to content

Recommended Posts

Posted

Hi everyone 

I have made a database and user for luckperms but the other day it was limited (max_user_connections)

any suggestions on how to fix this

thanks

 

hotmaila

 

 

Posted

The reason you're seeing that error is because you're not closing your mysql database connections. If you already have too many connections open, and you try to open another it will fail and give that error.

Posted

you're not closing your mysql database connections.

You fix it by closing your database connections.

 

What scripting language are you using?

Posted

He's using prebuilt software...he didn't make it. If it's what I think it is, it's this: https://www.spigotmc.org/resources/luckperms.28140/ It's java on the game server end, and there is no server code on our side...it's just a plain remote DB connection.

 

I've used similar mods on my game server, and my experience has been that they need a ridiculous number of connections at any one time. These things are meant to be used with a local mysql on the game server usually. It would probably work on Tommy, but if it was anything like FEPerms I've used, the number of connections it needs would be considered abusive...

Posted

The limit on Johnny is 4 connections. There is no max connections limit on Tommy at the moment, but if people abuse that they can get suspended, or we may decide to set a max connection limit if too many people keep abusing it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...