Home » Categories » Managed WordPress » Advanced

Find and replace for WordPress with a text editor

You can replace data within a database, such as the domain name, by exporting it and doing a "Find & Replace" with a text editor.

  1. Export your WordPress Database.

    Warning: Make two exports and keep one as a backup in the event you need to restore to the original state.

  2. Open the .sql file in a text editor, such as NotePad++ or Sublime Text.
  3. Access the 'Find & Replace' feature in the text editor (usually Ctrl + F).
  4. Enter the domain/data you want to replace in the Find field (or respective field).
  5. Enter your new domain/data in Replace field (or respective field).
  6. Run the 'Find & Replace'.
  7. Save the updated .sql file.
  8. Before importing the .sql file, you must drop the tables in your database.
  9. Import your database.

Your WordPress site will now be updated to use the new domain or data.

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
What’s a staging site?
Added on Tue, Nov 17, 2020
Change the menu appearance in WordPress
Added on Tue, Nov 17, 2020
Clear your cache
Added on Tue, Nov 17, 2020
Change the WordPress theme in FTP
Added on Tue, Nov 17, 2020
PHP upload limits on shared hosting
Added on Tue, Nov 17, 2020