• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved WordPress Toolkit has wrong database table prefix. How to change?

MHC_1

Basic Pleskian
Server operating system version
Alma Linux 9
Plesk version and microupdate number
18
We have imported a WordPress site into Plesk. For some reason (I think through re-syncing on the migrator plugin) the import has generated two sets of WordPress tables on the domain.

We only need one set of data tables. WordPress Toolkit points to the prefix that is the wrong one. How can we update WordPress Toolkit to point to the correct tables on the DB?

WP Toolkit says:

Unable to get site administrator settings: Error: The site you have requested is not installed.

Your table prefix is 'sO2Wappt5_'. Found installation with table prefix: wp_.

Or, run `wp core install` to create database tables.

It says itself that there's a valid set of tables with the prefix "wp_" but can't seem to set that as the relevant association for WP Toolkit.

Also I am not wanting to do "WP core Install" because that sounds like it might overwrite the WP_ table and we don't want that.

We cant' change it on the domain details as far as we can see:prefix.png
 
Hi,

What do you have in wp-config.php? WP-Tookit uses that information.

One of WP-Tookit's security measures will change that prefix for you in wp-config.php and in the database table names.
 
Hi,

What do you have in wp-config.php? WP-Tookit uses that information.

One of WP-Tookit's security measures will change that prefix for you in wp-config.php and in the database table names.
Thank you, that's what I was looking for! Cheers

Resolved!
 
Back
Top