Plugin info

Total downloads: 129,621
Active installs: 10,000
Total reviews: 54
Average rating: 4.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 5 language(s)
Contributors: 3
Last updated: 11/28/2023 (764 days ago)
Added to WordPress: 6/28/2017 (8 years old)
Minimum WordPress version: 4.7
Tested up to WordPress version: 6.4.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 764 days ago • 54 reviews

26/100

Is Brozzme DB Prefix & Tools Addons abandoned?

Possibly abandoned (last update 764 days ago).

Compatibility

Requires WordPress: 4.7
Tested up to: 6.4.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Change Table Prefix
Rating 3.8/5 (55 reviews)Active installs 3,000
WP Prefix Changer
Rating 4.5/5 (26 reviews)Active installs 1,000
Rename DB Table Prefix
Rating 4.8/5 (6 reviews)Active installs 100
Custom order number for WooCommerce
Rating 0.0/5 (0 reviews)Active installs 20
Add Prefix on File Upload
Rating 5.0/5 (1 reviews)Active installs 0

Description

Brozzme DB Prefix is a one click tool to modify your database prefix everywhere (database and wp-config.php).

To apply a new prefix, you just need to verify that the wp-config.php is writable and that the Alter rights of the database are enable.

A single entry is need : the new database prefix. The plugin will generate a new one for you. You only have to press the button if you are ok with the generated prefix. Of course, the prefix can be modify to fit your needs.

This plugin doesn’t have any options settings.

Since 1.3 : New tools will be add !

  • mysql dump : export whole database in a single click or more click if you need options 😉

Have a look to the other Brozzme plugins search : Brozzme

Link to Brozzme and WPServeur.

Installation

  1. Upload “Brozzme DB Prefix” to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Go to Tools menu and choose DB Prefix

Frequently Asked Questions

A question that someone might have

An answer to that question.

Why do I need to change the WordPress database prefix ?

WordPress Database is like the heart for your WordPress site, as the database runs for every single information store, you need to protect it against hackers and spammers that could run automated code for SQL injections.
Many people forget to change the database prefix in the install wizard.
This makes it easier for hackers to plan a mass attack by targeting the default prefix wp_.
To avoid them, you can protect your database by changing the database prefix which is really easy with Brozzme DB Prefix.
It takes a few seconds to change the prefix.

What do I need to verify before changes ?

MAKE SURE YOU HAVE A DATABASE BACKUP BEFORE USING THIS TOOL.

You just need to verify:

    - wp-config.php is writable on your server.
    - that mySQL ALTER rights are enable.

What can I do if the process fails ?

Depending on where the fail occurs:

    Compare prefix in the wp-config.php and in phpmyAdmin, depending on the the situation,
    - change manually $table_prefix value in wp-config.php.
    - suppress all tables and import the backup in phpmyAdmin.
    Verify all the pre-requisite point in the previous question before processing once again.

Why can I not do it manually?

Of course you can, but there’s many occurences to modify to make it works. Not only the tables name need to be modify.

    Here is the exhaustive list of what to change,
    - Tables names,
    - table options: {old_prefix}user_roles option name,
    table usermeta, for each registered user, {old_prefix}capabilities and {old_prefix}user_level, option names
    if exists you'll need to also modify {old_prefix}dashboard_quick_press_last_post_id option name

I can’t delete, edit anymore using phpmyAdmin with MAMP…

Only use lower-case characters to solve this.

Review feed

Mostafiz Shamim
9/6/2021

Great plugin

One of the most useful plugins I have ever used.
Sven Hofmann
10/4/2023

Works as expected

Thank you for the quick and easy solution.
miminou
10/28/2023

Very helpful plugin

Because I can't edit the database tables from the hosting, I'm using this plugin in all my projects. Thank you.

Screenshots

  1. english tool control screenshot-1.png.

    english tool control screenshot-1.png.

  2. french tool control screenshot-2.png.

    french tool control screenshot-2.png.

Changelog

1.3.2

bugfixes

1.3.1

bugfixes for notices

1.3

  • Add mysql dump tab

1.2.2

  • PHP8.0 compatibility

1.2

  • get right path to wp-config -thx @victorfreitas

1.1

  • bugfixes with languages txt domain

1.0

  • Initial release.