Tag Archives: mysql

WordPress Mysql Migration

Magic formula: Most free plugin to “backup” charge your migration, when is a matter of running few lines of code on your database… UPDATE wp_options SET option_value = replace(option_value, ‘http://oldurl.com’, ‘https://newurl.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; UPDATE … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on WordPress Mysql Migration