Database_Exception [ 2 ]: mysqli_connect(): (HY000/2002): Connection refused

APPPATH/classes/Database/MySQLi.php [ 59 ]

54 		catch (Exception $e)
55 		{
56 			// No connection exists
57 			$this->_connection = NULL;
58 
59 			throw new Database_Exception(':error',
60 				array(':error' => $e->getMessage()),
61 				$e->getCode());
62 		}
63 
64 		// \xFF is a better delimiter, but the PHP driver uses underscore
  1. APPPATH/classes/Database/MySQLi.php [ 157 ] » Database_MySQLi->connect()

  2. APPPATH/classes/Database/MySQLi.php [ 338 ] » Database_MySQLi->query(arguments)

  3. APPPATH/classes/Kohana/ORM.php [ 1668 ] » Database_MySQLi->list_columns(arguments)

  4. APPPATH/classes/Kohana/ORM.php [ 444 ] » Kohana_ORM->list_columns()

  5. APPPATH/classes/Kohana/ORM.php [ 389 ] » Kohana_ORM->reload_columns()

  6. APPPATH/classes/Kohana/ORM.php [ 254 ] » Kohana_ORM->_initialize()

  7. APPPATH/classes/Kohana/ORM.php [ 46 ] » Kohana_ORM->__construct(arguments)

  8. APPPATH/classes/Controller/Base.php [ 29 ] » Kohana_ORM::factory(arguments)

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

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

  11. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Site_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 [ 986 ] » Kohana_Request_Client->execute(arguments)

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

Environment