Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created October 8, 2012 21:06
Show Gist options
  • Save mkorostoff/3854980 to your computer and use it in GitHub Desktop.
Save mkorostoff/3854980 to your computer and use it in GitHub Desktop.
mysql> select * from variable where name like 'gigya%key'\G
*************************** 1. row ***************************
name: gigya_APIKey
value: s:66:"3_45ugoW4eCbDrBBzk7l4I9oeVWHwTHwlnObAWqq7i5A60xx5sGms3lEgH1nsHy0HN";
*************************** 2. row ***************************
name: gigya_SecretKey
value: s:44:"esZbiVduaMVDHvoBHf1eQJBEW9O8wRqRG1NhnXeTStY=";
2 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment