• Hi,
    I have two blogs using the same database with 2 different prefix for the table name.

    My issue is that i don’t know what happen to the second blog if i upgrade the first blog that is going to update the database.

    Is the database upgrade going to be only on the table for blog number one? Or is going to affect also the tables for blog number two?

    Thanks for your help

    Giorgio

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

    (@t-p)

    What prefix you have specified in the following setting of your wp-cinfig.php:

    $table_prefix = '_';

    you will get that database updated.

    Thread Starter giorgiogs

    (@giorgiogs)

    Thanks,

    this mean i can update blog1 without affecting blog 2?

    Thanks

    Giorgio

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I'm going to install to 3.1, database update question’ is closed to new replies.