Skill Level: Moderate to Advance knowledge and usage experience with databases in phpMyAdmin and cPanel.
Ever had to change the WordPress database tables prefix to make them more secure? and you had to rely on bulky plugins and other sources? Below I want to share a very easy 3 stage process to change the table prefix, so it works without breaking anything.
Stage 1: Change wp-config.php
Using an FTP client or from cPanel File Manager, open the wp-config.php file — Search for $table_prefix = ‘wp_’.
Change this to your custom prefix. Use a less-than-9-character letter-number combo with no meaning, like “8J2kIp0_”.

Save Changes.
Stage 2: Change prefix in phpMyAdmin
Go into your cPanel from your web host — find phpMyAdmin from Databases section, and open the database view.
Click on the correct database table from the left side menu. When you click on the database, it will show all the tables in the database on rigth side of the page.
Scroll to the bottom and find Check all / Check tables having overhead.

From the drop-down, select Replace table prefix — in the prompt box, enter the old prefix “wp_” changing into new one “8J2kIp0_”. Click Continue. Now all the table names will be changed.
Stage 3: Change related field values in _options and _usermeta
Click on the database table, then the SQL tab on the top right side. This will open a Run SQL query box for the database. Copy the SQL code below and change it to your specific prefix names, paste it in the big text box, and click Go below the text box.
-- Fix roles
UPDATE `8J2kIp0_options`
SET option_name = REPLACE(option_name, 'wp_', '8J2kIp0_')
WHERE option_name LIKE 'wp_%';
-- Fix user capabilities
UPDATE `8J2kIp0_usermeta`
SET meta_key = REPLACE(meta_key, 'wp_', '8J2kIp0_')
WHERE meta_key LIKE 'wp_%';

Running this will show how many rows are affected by this, like below. This part is important for the website users to gain access to the admin side.

That is it. Go back to the website and refresh, clear the browser cache, and see if everything works.
1 day ago
How to Quickly Change Table Prefix for WordPress Database - Without a Plugin
Skill Level: Moderate to Advance knowledge and usage experience with databases in phpMyAdmin and cPanel. Ever had to change the WordPress database tables prefix to make them more secure? and…
5 months ago
Everything Is in the Prompt: How to Easily Improve Your AI Results
AI is exploding right now. People are using it for everything - writing, coding, learning, even daily decisions. But most people find it sometimes gives amazing answers and sometimes not…
7 months ago
When Certainty Replaced Capacity: A Forgotten Turning Point in History
From the day we stood on our back legs, energy rose to our brains giving humans expanded cognitive capacity and symbolic intelligence over other animals. From this day on human…
7 months ago
Before Clocks Ruled Us: A Life Aligned with Moon & Sun Cycles
Ever felt January 1st was forced and unnatural? specially if you live in Northern hemisphere - to force a new beginning in the middle of a winter? If you ever…
10 months ago
Cold Exposure Continued.
In Stock Tank with a bucket of Ice I learned how to expose to cold and use it to enhance my physical existence. As the Northern hemisphere is heading into…
12 months ago
Life Without the Game: Finding Fire Beyond the Sports High
Sports we know today is a very recent invention compared to the vast history of humanity. Before stadiums and scoreboards, there was play, dance, rituals and movement. People ran, wrestled,…
1 year ago
How Can I Trust You?
Life on earth is possible because we transact with everything around us. Inhaling and exhaling is a transaction. We are always in relationships with the things around us. In our…
1 year ago
Embrace Your Kids, Before You Know it, They Will Grow Up
If you have kids, have you ever heard someone tell you this "Embrace your kids as much as you can, because before you know it, they will grow up and…
2 years ago
My First 38 Hour Upavasa (Fast)
What I Knew About Upavasa Fasting also known as Upavasa (in Sanskrit), was practiced long ago in ancient yogic traditions. Gautum Buddha went on periods of intense Upavasa in search…
2 years ago
DIY Backyard Solar Panel Stand
I have always been fascinated with using alternate methods to generate power to run day-to-day machines. There is nothing better than using the sun's power to generate electricity, which gives…
2 years ago
What You Said is Very Disrespectful
How many times did someone say something and you felt it was disrespectful or it was respectful? It is kind of a learned thing isnt it? What is respectful and…
