Pages

Friday, 30 November 2012

Updating the Socialengine License Key from a MySQL command


You will need to execute the following SQL query on your database:


 UPDATE `engine4_core_settings` SET value='________' WHERE `name`='core.license.key' LIMIT 1;

Be sure to replace "1234-1234-1234-1234" in the above query with your license key

Reference : support.socialengine.com 

No comments:

Post a Comment