Mysql problema

MYSQL problema
    
  1. Atsijungęs

    sunsey

    Pranešimai: 0

    Bandau pakeisti mysql duomenis per vps bet gaunu errora gal zinot spredimo buda ar kazka netaip darau


    mysql> UPDATE characters
    -> SET accesslevel=8
    -> WHERE account_name=sunsey;
    ERROR 1054 (42S22): Unknown column 'sunsey' in 'where clause'
    mysql>
    1 Rugsėjo 2015 - 22:19 / #1
  2. 
  3. Atsijungęs

    povis111

    Pranešimai: 0

    tarp sunsey "" arba '' neatsimenu
    2 Rugsėjo 2015 - 03:37 / #2
  4. 
  5. Atsijungęs

    NumL0ckas

    Pranešimai: 0

    UPDATE characters SET accesslevel = 8 WHERE account_name = 'sunsey';
    2 Rugsėjo 2015 - 13:57 / #3