It works perfectly!
]]>My whole website stopped after using this plugin.
]]>Hello,
I changed the prefix of the tables and also replaced some fields in the _options and _usermeta tables. When I access the backoffice I get an error. I ask for your support to make the BD more secure.
Regards
]]>Will you update this plugin?
]]>WordPress database error: [Unknown column ‘wpDusers.ID’ in ‘order clause’]
INSERT INTO wp_users
(user_pass
, user_nicename
, user_email
, user_url
, user_registered
, user_activation_key
, display_name
, user_login
) VALUES (‘$P$BF603yRiBOAjpT1MHw/aBMT1JI6UD7/’, ‘student’, ‘[email protected]’, ”, ‘2020-04-04 12:54:35’, ”, ‘student’, ‘student’)
My database no longer allows the registration of users… How do I fix this.
]]>Hi
My website crashed after using this plugin.
Pls help!
I am unable to get back my website
]]>Hi!
I used this plugin and it removed all the whitespace like tabs – which makes the file much harder to read – does the new version still do this? Thank you
]]>Used the plug-in to change wp table prefix. After doing that, I can no longer access my site. Instead, I get a page asking me for my preferred language to install WordPress. WordPress is already installed for my site on a managed website. Please help! I am a novice with WP.
]]>Two different security warnings have popped up when I tried to update the free version of the Change Table Prefix Plugin. Please could you confirm that there is nothing untoward with the update?
Thank you.
]]>In the comparison on line 128 of change-table-prefix.php
, there are two spaces before the equal sign so lines with only space, a tab, etc. are not updated. I would change the substr
and case
to just $table_prefix
.
Latest Version Compatible upto WP 4.2
]]>I ran this plugin using a prefix like wp_yyyy_zzzzzz_ but only config.php got changed, not any tables.
]]>$custom_sql = "SELECT user_id, meta_key
FROM " . $table_new_prefix . "usermeta
WHERE meta_key
LIKE '" . $old_table_prefix . "%'";
$meta_keys = $wpdb->get_results( $custom_sql );
I think there’s a bug there.
$old_table_prefix almost certainly contains an underscore (e.g. wp_).
So the resulting SQL contains: LIKE ‘wp_%’
However an underscore in MySQL is a one-character wildcard. The above SQL will catch all entries beginning with ‘wp’, not just those beginning with ‘wp_’. You need to escape the prefix first.
https://www.ads-software.com/extend/plugins/change-table-prefix/
]]>Doesn’t seem to work at all. Table prefix was not changed:
https://www.ads-software.com/extend/plugins/change-table-prefix/
]]>Hi, my wordpress site suddenly go back to install wordpress after changing table prefix using this plugin.
I’ve change permission of wp-config.php to 777 before doing it.
https://www.ads-software.com/extend/plugins/change-table-prefix/
]]>Tried it on one of ny sites running WP 3.5.1. It updates the wp-config.php file, but that’s it. It gives an error for all the tables.
https://www.ads-software.com/extend/plugins/change-table-prefix/
]]>Hi, please see here
https://www.ads-software.com/support/topic/missing-argument-2-for-wpdbprepare-3
and here
Thanks for plugin.
https://www.ads-software.com/extend/plugins/change-table-prefix/
]]>