hotmaila Posted May 26, 2020 Posted May 26, 2020 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 thisthanks hotmaila
Krydos Posted May 26, 2020 Posted May 26, 2020 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.
Krydos Posted May 27, 2020 Posted May 27, 2020 you're not closing your mysql database connections.You fix it by closing your database connections. What scripting language are you using?
wolstech Posted May 27, 2020 Posted May 27, 2020 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...
Krydos Posted May 27, 2020 Posted May 27, 2020 Oh, I was wondering what the title of this post meant, but I forgot to google it.
hotmaila Posted May 29, 2020 Author Posted May 29, 2020 It says it only takes 5 connects at onesometimes it works others it doesn’t
Krydos Posted May 30, 2020 Posted May 30, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now