WordPress is already installed

You can see the username in the database and change the password easily. You do not need to reinstall wordpress. If you need to reconfigure, there are several ways: Delete wp-config.php and htaccess files and re run install Delete the information in the database and reconfigure it But if you want an easy way to … Read more

Reinstalling WordPress

Export the WordPress XML file Create a temporary wordpress.com account Import the WordPress XML file into the temporary wordpress.com account Export the WordPress.com XML file Re-install WordPress, with fresh database, etc. Import WordPress.com XML file

WordPress manually installed on a remote server

Do this. upload fresh wordpress on your remote server or install it from the cpanel. then create a database. then export all the table and data from the local database and import it in to the remote database (if the tables is exist in remote database then drop it.) then go to the tabel wp_options … Read more

All links in WP blog redirect to main non-WP site

make a backup of your SQL database for the site and try running these queries manually on the database through php myadmin. change the URLs to match your site http://example.com/blog As always, be careful when running queries on the database UPDATE wp_options SET option_value = replace(option_value, ‘http://www.oldurl’, ‘http://www.newurl’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET … Read more

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