Created
January 28, 2021 15:00
-
-
Save jennimckinnon/0f99a3dad7ed716d83b865f1cbc7a9b7 to your computer and use it in GitHub Desktop.
For an article. Update domain name in MySQL or MariaDB.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE domainList | |
SET | |
domain_names = REPLACE(domain_names, | |
'you-old-domain.com', | |
'your-new-domain.com'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment