Skip to content

Instantly share code, notes, and snippets.

@Wintereise
Created January 26, 2015 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wintereise/cdc9e2d7e12f7809ad19 to your computer and use it in GitHub Desktop.
Save Wintereise/cdc9e2d7e12f7809ad19 to your computer and use it in GitHub Desktop.
root@lax /var/www/lg-api # sqlite3 db/db.sqlite
SQLite version 3.7.13 2012-06-11 02:05:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> UPDATE `api` SET `key` = 'NEW_KEY_64_CHARS_GOES_HERE';
sqlite> .exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment