• Resolved Robert Eichhorn

    (@robert-eichhorn)


    I would like to know if there are any problems with changing the default MySQL database table prefix wp_. Changing the prefix is recommended for security. If there are no problems then how do I change the prefix and what should I set up for a new prefix?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Yui

    (@fierevere)

    永子

    You can do so in wp-config.php
    or during WordPress installation.

    If you have already installed WordPress, then you have to rename tables in your database according to new prefix, convenient way is to use phpMyAdmin,

    what should I set up for a new prefix?

    Anything you like.
    robert_
    mysite_
    supersecretstring_

    Thread Starter Robert Eichhorn

    (@robert-eichhorn)

    Yui – thanks for your reply. I was wondering how my WP site would recognize a new database table prefix. Makes sense to change it in wp-config.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Database Table Prefix’ is closed to new replies.