Database_Exception [ 1045 ]: SQLSTATE[HY000] [1045] Access denied for user 'lxslxslxs'@'localhost' (using password: YES)

MODPATH/database/classes/kohana/database/pdo.php [ 62 ]

57 			// Create a new PDO connection
58 			$this->_connection = new PDO($dsn, $username, $password, $options);
59 		}
60 		catch (PDOException $e)
61 		{
62 			throw new Database_Exception(':error',
63 				array(':error' => $e->getMessage()),
64 				$e->getCode());
65 		}
66 	}
67 
  1. MODPATH/database/classes/kohana/database/pdo.php [ 155 ] » Kohana_Database_PDO->connect()

  2. MODPATH/database/classes/kohana/database/query.php [ 275 ] » Kohana_Database_PDO->query()

  3. DOCROOT/tools/classes/model/destinations.php [ 111 ] » Kohana_Database_Query->execute()

  4. APPPATH/classes/common.php [ 655 ] » Model_Destinations::gen_web_list()

  5. APPPATH/bootstrap.php [ 188 ] » Common::cache_web_list()

  6. DOCROOT/index.php [ 124 ] » require(arguments)

Environment