wordpress

A collection of 2 articles

Change Wordpress FQDN via sql

UPDATE wp_options SET option_value = replace(option_value, 'http://oldurl.com', 'http://newurl.com') WHERE

Read more →

Reset Wordpress Password via SQL

if you have access to the mysql database you can recover account access by resetting the password using the following

Read more →

Do you have any question to us?

Contact us and we'll get back to you as soon as possible.