Change the WordPress site URL from the database

UPDATE wp_options
   SET option_value = 'http://shop.example.com'
 WHERE option_name IN ('siteurl', 'home');