How to Change WordPress Table Prefix of mySQL Database

If you like to change the WordPress table prefix of the database on an existing WordPress website, you can use the following SQL query, where you have to update the header and the SET properties to your needs: database name oldprefix_ newprefix_ This is the SQL query: SET @database = “databasename”; SET @oldprefix = “oldprefix_”; … Continue reading “How to Change WordPress Table Prefix of mySQL Database”

How to Migrate WordPress to a New Server (Step-By-Step-Guide)

WordPress website migration can be a daunting and stressful task, especially when you don’t know how to tackle it without complications. Read this step-by-step guide to migrate WordPress to a new server on your own without any fear of making a mistake and damaging your site(s).

WordPress website migration can be a daunting and stressful task, especially when you don’t know how to tackle it without complications. Read this step-by-step guide to migrate WordPress to a new server on your own without any fear of making a mistake and damaging your site(s).

How to Backup a WordPress Website Manually Using cPanel

This extensive tutorial explains how to backup a WordPress website manually. Read this article instead if you want to automatically backup your website with one click using WP STAGING | PRO: How to backup and restore WordPress. I’m sure you love your website and can’t afford to lose it. Every website can get hacked or … Continue reading “How to Backup a WordPress Website Manually Using cPanel”

How to Reduce and Lower the Size of a WordPress Website

If you are on a web server with limited capacities and not much free available disk space, you have several options to reduce your WordPress site’s size. If you are going to clone your website with WP Staging, you can choose the options below to lower your file system’s size. How to Free Up Disk … Continue reading “How to Reduce and Lower the Size of a WordPress Website”

How to Hide or Remove the WordPress Admin Bar Effectively

The WordPress admin bar is a toolbar on top of your WordPress website that shows more or less useful information when you are logged in. Learn how to hide it for your users. The admin bar is visible in the backend all the time, but additionally, to that, it is also visible at the front … Continue reading “How to Hide or Remove the WordPress Admin Bar Effectively”

phpMyAdmin Repair and Optimize Database Tables Tutorial

Sometimes, it might be necessary to repair a MySQL database table. This can be the case if your WordPress site acts weirdly or slowly. So, for instance, when you notice that modified settings in your WordPress dashboard are not permanently saved, it could indicate a corrupted database table. Another indicator for a corrupted MySQL table … Continue reading “phpMyAdmin Repair and Optimize Database Tables Tutorial”

How to Repair mySQL Database with phpmyadmin and adminer

REPAIRING MYSQL DATABASES WITH PHPMYADMIN If your website behaves strangely, like throwing unknown errors, or cannot save settings permanently, then it is likely that your database has become corrupted. When this happens, you can try to repair database tables using one of the most popular database administration tools, phpMyAdmin or adminer. To repair MySQL database … Continue reading “How to Repair mySQL Database with phpmyadmin and adminer”

How to Clear Browser Cache and Cookies?

Modern Browsers like Safari, Firefox, and  Chrome attempt to keep local copies of pages, images, JavaScript, and stylesheets. Doing that ensures that your browser does not need to download these pages or resources again later. Why is Clearing Browser Cache Necessary? Usually, browsers know when they need to refresh the cache but under certain circumstances, … Continue reading “How to Clear Browser Cache and Cookies?”

Migrate WordPress Staging Site to Production Site

When you create a WordPress website using WP STAGING, there often comes a time when you want to migrate WordPress to your production website.This step-by-step guide will show you how to manually migrate WordPress to your production website. Please make sure you are tech savvy and know how to work with databases and files. Although … Continue reading “Migrate WordPress Staging Site to Production Site”