Database_Exception [ 2 ]: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'gryzaki_hod'@'109.95.159.68' (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/bconfig/classes/bconfig/reader.php [ 30 ] » Kohana_Database_MySQL->connect()

  2. MODPATH/bconfig/init.php [ 11 ] » bConfig_Reader->__construct()

  3. SYSPATH/classes/kohana/core.php [ 565 ] » require_once(arguments)

  4. APPPATH/bootstrap.php [ 270 ] » Kohana_Core::modules(arguments)

  5. DOCROOT/index.php [ 102 ] » require(arguments)

Environment