Forums

[resolved] [Plugin: WP Security Scan] Table Prefix : extra step (1 post)

  1. brasofilo
    Member
    Posted 4 weeks ago #

    not seeing this information here, i'd like to share

    after altering the table prefix, you gotta run this SQL:

    UPDATE MYNEWPREFIX_usermeta SET meta_key = REPLACE( meta_key , 'wp_', 'MYNEWPREFIX_' );

    don't remember where i found the solution... too much code these days... but i've been replacing various table prefixes without trouble

    http://wordpress.org/extend/plugins/wp-security-scan/

Reply

You must log in to post.

About this Topic