views:

28

answers:

1

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  A: 

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

Randolph Potter
An addendum: Don't forget to look at `max_connections` as well.
Randolph Potter
Where would I change this?
Kevin
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
Randolph Potter