Database_Exception [ 2 ]: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections

MODPATH/database/classes/Kohana/Database/MySQL.php [ 67 ]

62 		catch (Exception $e)
63 		{
64 			// No connection exists
65 			$this->_connection = NULL;
66 
67 			throw new Database_Exception(':error',
68 				array(':error' => $e->getMessage()),
69 				$e->getCode());
70 		}
71 
72 		// \xFF is a better delimiter, but the PHP driver uses underscore
  1. MODPATH/database/classes/Kohana/Database/MySQL.php [ 430 ] » Kohana_Database_MySQL->connect()

  2. MODPATH/database/classes/Kohana/Database.php [ 478 ] » Kohana_Database_MySQL->escape(arguments)

  3. MODPATH/database/classes/Kohana/Database/Query/Builder.php [ 116 ] » Kohana_Database->quote(arguments)

  4. MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php [ 372 ] » Kohana_Database_Query_Builder->_compile_conditions(arguments)

  5. MODPATH/database/classes/Kohana/Database/Query.php [ 234 ] » Kohana_Database_Query_Builder_Select->compile(arguments)

  6. MODPATH/orm/classes/Kohana/ORM.php [ 1069 ] » Kohana_Database_Query->execute(arguments)

  7. MODPATH/orm/classes/Kohana/ORM.php [ 976 ] » Kohana_ORM->_load_result(arguments)

  8. APPPATH/classes/Controller/Base.php [ 38 ] » Kohana_ORM->find()

  9. APPPATH/classes/Controller/Index.php [ 37 ] » Controller_Base->before()

  10. APPPATH/classes/Controller/Index/Catalog.php [ 17 ] » Controller_Index->before()

  11. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Index_Catalog->before()

  12. {PHP internal call} » Kohana_Controller->execute()

  13. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  14. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  15. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  16. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment