What are you wondering about the limit of? The number of connections? The number of simultaneous queries? The size of data sent in a query? The size of the results? You can get the current values of various MySQL server variables, which is where limits would be set, by using a "SHOW VARIABLES"...