How To Find Saved Posts On Domain_9
Mar 10, 2022
Domantas G.
2min Read
How to Modify WordPress URLs in MySQL Database Using phpMyAdmin
WordPress uses MySQL database to shop all its data, including site URLs. So if for some reason yous need to change your WordPress URL, it's necessary to tweak some information in MySQL. Keep reading to know how to do it.
Download WordPress Crook Canvas
1. Determining the Name of WordPress MySQL Database
Skip this part if yous only have one MySQL database. However, if you have multiple databases and are not certain which one is connected to your WordPress, so follow the steps below.
WordPress stores the MySQL database names and their credentials in the wp-config.php file. Yous can find this file in your root file directory:
- Access your hPanel and open File Managing director.
- Select the domain name, then click Go to File Manager.
- Open wp-config.php and search for DB_NAME. The value of this parameter is your database name. For instance, the name of our MySQL database is u923246418_gagap.
2. Changing WordPress URLs in MySQL Database
To replace your current URL follow these steps:
- Go to phpMyAdmin via your website'southward command console.
- The left console lists all of your databases. Select the ane connected to your WordPress site and caput to the SQL tab.
- Enter the following SQL query :
UPDATE wp_options SET option_value = replace(option_value, 'oldurl.com', 'newurl.com') WHERE option_name = 'home' OR option_name = 'siteurl';UPDATE wp_posts Set guid = replace(guid, 'oldurl.com','newurl.com');UPDATE wp_posts SET post_content = supersede(post_content, 'oldurl.com', 'newurl.com'); UPDATE wp_postmeta SET meta_value = replace(meta_value,'oldurl.com','newurl.com');
Replace oldurl.com with your current WordPress address and newurl.com with your new WordPress address.
Your table prefix might not exist wp_. See the correct table prefix on the left console of phpMyAdmin, and update the SQL query.
If you get fault messages and the queries are not executing, check your code for syntax errors and make certain y'all are using the correct table prefix. Contact the hosting support for further assistance if the error persists.
Determination
We just learned how to change WordPress URLs in the MySQL database using phpMyAdmin.
Equally nosotros can meet, all the steps above are quite straightforward. Y'all just need to determine the correct database then input some lines of lawmaking.
We hope this tutorial can give you clear guidance on how to change WordPress URLs in the MySQL database. Kindly leave any questions you have below!
Source: https://www.hostinger.com/tutorials/wordpress/how-to-change-wordpress-urls-in-mysql-database-using-phpmyadmin
Posted by: padillatront1952.blogspot.com
0 Response to "How To Find Saved Posts On Domain_9"
Post a Comment