Database_Exception [ 1130 ]: SQLSTATE[HY000] [1130] Host '89.161.250.16' is not allowed to connect to this MySQL server

MODPATH/database/classes/Kohana/Database/PDO.php [ 59 ]

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

  2. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_PDO->query(arguments)

  3. APPPATH/classes/Model/Setting.php [ 8 ] » Kohana_Database_Query->execute()

  4. APPPATH/classes/Controller/Frontend.php [ 261 ] » Model_Setting->select_all()

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

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

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

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

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

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

Environment