How to copy a WP website to new domain name?

use the plugin “wp all in one”, this will migrate your website, other way is to do it manually, copy all files, make a copy or your database and do the inverse on the new server. wp all in one make everything for you, even changing on the database the urls, manually you need to … Read more

Using database in new instalation

Enable debugging so that you can spot problems. Alter the database connection information in wp-config.php // ** MySQL settings – You can get this info from your web host ** // /** The name of the database for WordPress */ define( ‘DB_NAME’, ‘database_name_here’ ); /** MySQL database username */ define( ‘DB_USER’, ‘username_here’ ); /** MySQL … Read more

how to restore wordpress backup(.rar) manually?

As MikeNGarrett said, you need to look inside your rar file to see what’s inside. This is basic procedure. Go to your public folder (htdocs for xampp), and create a directory(yourprojectfolder). Extract your rar file inside it. if you can see folders like wp-content, wp-includes and files like wp.config.php etc.. then you’ve done first part. … Read more

Restoring from a Backup after Update

It’s never a good idea to run an old version of WordPress, so I would recommend finding the source of the issues above all else. Old versions receive no security updates and have no long-term support, so by rolling back you’re leaving yourself extremely vulnerable to security issues that have since been fixed. To fix … Read more

Merging versions of wp_posts based on post_title

Found it with help from a Twitter follower! Might be handy for others. Get your backup table and import in to your live DB with a new name, e.g. wp_posts_updated. Then run this query: UPDATE wp_X_posts LEFT JOIN wp_posts_updated ON wp_posts_updated.post_name = wp_X_posts.post_name SET wp_X_posts.post_content = wp_posts_updated.post_content WHERE wp_posts_updated.post_name = wp_X_posts.post_name DON’T import your backup … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)