Skip to content

Instantly share code, notes, and snippets.

@el22or
Created July 9, 2011 00:13
Show Gist options
  • Save el22or/1073117 to your computer and use it in GitHub Desktop.
Save el22or/1073117 to your computer and use it in GitHub Desktop.
Update Drupal files path in database manually
UPDATE files SET filepath = REPLACE (filepath, 'old/path', 'new/path');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment