tags:

views:

15

answers:

1

Is the number of concurrent connections particular to a database or to the whole mysql database server?

A: 

The number is whatever you want it to be. However, if you want to limit it, MySQL allows you do it at several levels:

See also http://dev.mysql.com/doc/refman/5.1/en/too-many-connections.html

Álvaro G. Vicario