Database_Exception [ 2 ]: mysql_connect(): Access denied for user 'amzpuser'@'localhost' (using password: YES)

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 [ 431 ] » Kohana_Database_MySQL->connect()

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

  3. {PHP internal call} » Kohana_Database->quote(arguments)

  4. MODPATH/database/classes/Kohana/Database/Query.php [ 196 ] » array_map(arguments)

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

  6. APPPATH/classes/Controller/News.php [ 55 ] » Kohana_Database_Query->execute()

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_News->action_show()

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

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

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

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

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment