MySQL

Open MySQL database "snippetbox" with user "web"

mysql -D snippetbox -u web -p

View content of database

SELECT id, title, expires FROM snippets;