Was ist das für ein Fehler ?

  • Warning: mysqli::mysqli(): (HY000/1130): Host 'WIN-T55MB9RFOCB' is not allowed to connect to this MySQL server in C:\inetpub\wwwroot\lib\iMySQLi.php on line 14 Warning: mysqli::set_charset(): Couldn't fetch iMySQLi in C:\inetpub\wwwroot\index.php on line 61 Warning: mysqli::query(): Couldn't fetch iMySQLi in C:\inetpub\wwwroot\lib\iMySQLi.php on line 20 Fatal error: Call to a member function fetch_assoc() on a non-object in C:\inetpub\wwwroot\lib\Privileges.php on line 9


    iMySQLi.php Line 14: $this->connection = parent::__construct($host, $user, $pw, $db, $port);
    iMySQLi.php Line 20: return parent::query($qry);
    Index.php Line 61: $connection->set_charset('utf-8');
    Privileges.php Line 9: while ($row = $result->fetch_assoc())

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!