User Tools

Site Tools


aws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
aws [2017/11/07 10:45] – created dblumeaws [2023/04/12 20:44] (current) – external edit 127.0.0.1
Line 30: Line 30:
  
 sudo chown bitnami:daemon store.db  # But ended up being daemon:daemon. sudo chown bitnami:daemon store.db  # But ended up being daemon:daemon.
 +</code>
 +
 +I also made this note to myself about testing SQLite
 +
 +<code>
 +$ cat README.txt
 +$ sqlite3 store.db
 +sqlite> SELECT strftime('%s','now');
 +sqlite> insert or replace into keys values("php", "no sqlite write", COALESCE((SELECT created FROM keys WHERE k ="php"), strftime('%s', 'now')), strftime('%s', 'now'), "67.188.28.83");
 </code> </code>
aws.1510080300.txt.gz · Last modified: 2023/04/12 20:44 (external edit)