in reply to Re^3: Peculiar Behaviour with DBI and MySQL
in thread Peculiar Behaviour with DBI and MySQL

As mentioned above the maximum number of connections per mysql login could be a factor. I think this is the max_user_connections option in your my.cnf file (maybe my.ini under windows). Also max_connection applies to the maximum number of connections to mysqld over all login accounts. Check out this mysql.com page for info on system variables.
  • Comment on Re^4: Peculiar Behaviour with DBI and MySQL