MySQL Server Settings

85 Views Asked by At

I have a mysql server that gets a lot of users logging in at once. I know in windows you can change the settings so the amount of people logging into the server will be okay on your traffic, but how can you do this on the mac?

Thanks

1

There are 1 best solutions below

1
On

I think you're looking for max_user_connections. It defaults to 25 on installation.