Skip to main content
Keep Your Business Open During COVID-19Learn More
Call us
Phone numbers and hours
Request a Call

Avoid the wait. Make a request and we will call you back

Request a Call
Help Center

Explore our online help resources

BlogHelp

GoDaddy Help

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.

Related steps

More info