Archive for the ‘Uncategorized’ Category

Commands I’m always looking up.

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

mysql> select * from users;