In the mysql documentation it stands: 

max_user_connections 

The maximum number of simultaneous connections allowed to any given MySQL
account. A value of 0 means ``no limit.'' This variable was added in MySQL
3.23.34. 

 

In my configuration file I wrote: max_user_connections = 0

That did not work, mysql automatically changed the value to 1, and that
created some trouble fore me. 

Why is that? Is this a bug or Is it something I did wrong?

 

- anders

Reply via email to