Skip to content

Instantly share code, notes, and snippets.

@trabulium
Created January 11, 2017 11:12
Show Gist options
  • Save trabulium/799039a75d5dc34c5974f950beed3dbc to your computer and use it in GitHub Desktop.
Save trabulium/799039a75d5dc34c5974f950beed3dbc to your computer and use it in GitHub Desktop.
UPDATE core_config_data
SET value = REPLACE ( value, 'www.domain', 'dev.domain')
WHERE path like ('%base%_url%');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment