avatar
update table mysql MySQL
>mysql UPDATE <table name> SET <column name> = '<value>' WHERE id = <id>;
You need to login to do this manipulation!