How to set max users to 17.000

If you know your way around MySQL you can create a trigger that runs before INSERT and checks if new value is higher than 17000 and throws an error if it is.