Server Error in '/' Application.

ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections

Source Error:


Line 14:     Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
Line 15:         mysqlconn = New Odbc.OdbcConnection(mysqlconnString)
Line 16:         mysqlconn.Open()
Line 17: 
Line 18:         getVarsityHeadlines()

Source File: O:\Hosted Web Sites\Alan.Blashaw\collinshillwrestling_com\www\MasterPage.master.vb    Line: 16

Stack Trace:


[OdbcException (0x80131937): ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Too many connections]
   System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +35
   System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle) +131
   System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +98
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.Odbc.OdbcConnection.Open() +37
   MasterPage.Page_PreRender(Object sender, EventArgs e) in O:\Hosted  Web Sites\Alan.Blashaw\collinshillwrestling_com\www\MasterPage.master.vb:16
   System.Web.UI.Control.OnPreRender(EventArgs e) +2117788
   System.Web.UI.Control.PreRenderRecursiveInternal() +86
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433