Archive for September, 2011

Commands I’m always looking up.

mysql> update users set role='admin' where id=2;

mysql> select * from users;