Mysql Errors/Probleme

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • So,


    ich habe ein Problem: ich bin dabei auf Mysql umzusteigen, das klappt auch gut, jedoch bekomme ich folgende Mysql Errors:




    Wäre nett wenn mir jemand weiterhelfen könnte, wenn ihr codeabschnitte braucht einfach sagen, wäre euch sehr dankbar.


    MfG. Cody09


    //edit: Ich muss noch sagen: [D.S.Z]Cody09 ist ein bereits registrierter account und klaus hat sich neu registriert

    Einmal editiert, zuletzt von Cody09 ()

  • ok, stimmt, das kann sein der Wert Alter hat auch Probleme gemacht, das mit dem

    Code
    [Sat May 28 19:14:49 2011] Error (0): Function: mysql_store_result called when no prior successful query executed. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM accounts WHERE Name = 'Klaus'' at line 1.
    
    
    [Sat May 28 19:14:49 2011] Error (0): Function: mysql_store_result called when no result stored. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM accounts WHERE Name = 'Klaus'' at line 1.


    kommt glaub davon das bei


    Code
    stock mysql_CheckAccount(playerid)
    {
        new Name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
        mysql_real_escape_string(Name, Name);
        format(query, sizeof(query), "SELECT * FROM accounts WHERE Name = '%s'", Name);
        mysql_store_result();
        mysql_query(query);
        return mysql_num_rows();
    }


    mysql_store_result(); steht