Database_Exception [ 2 ]: mysqli::__construct(): (HY000/1044): Access denied for user 'mlauncherpd'@'%' to database 'mlauncher_statistic'

MODPATH/database/classes/Kohana/Database/MySQLi.php [ 75 ]

70 		catch (Exception $e)
71 		{
72 			// No connection exists
73 			$this->_connection = NULL;
74 
75 			throw new Database_Exception(':error', array(':error' => $e->getMessage()), $e->getCode());
76 		}
77 
78 		// \xFF is a better delimiter, but the PHP driver uses underscore
79 		$this->_connection_id = sha1($hostname.'_'.$username.'_'.$password);
80 
  1. MODPATH/database/classes/Kohana/Database/MySQLi.php [ 409 ] » Kohana_Database_MySQLi->connect()

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

  3. MODPATH/database/classes/Kohana/Database/Query/Builder/Insert.php [ 152 ] » Kohana_Database->quote()

  4. MODPATH/database/classes/Kohana/Database/Query.php [ 234 ] » Kohana_Database_Query_Builder_Insert->compile()

  5. APPPATH/classes/Controller/Launcher/Downloading.php [ 59 ] » Kohana_Database_Query->execute()

  6. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Launcher_Downloading->action_index()

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

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

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

  10. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  11. DOCROOT/index.php [ 120 ] » Kohana_Request->execute()

Environment