wp_options siteURL new wordpress

To change the site URL in WordPress, you can access the wp_options table in your WordPress database using phpMyAdmin or a similar tool. Locate the siteurl and home rows in the table and update their option_value column with the new URL you want to use. After making these changes, refresh your WordPress site and ensure that it loads properly at the new URL.