Created
January 26, 2015 09:30
-
-
Save Wintereise/cdc9e2d7e12f7809ad19 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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