Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shamalli

    (@mihail-chepovskiy)

    I’m not sure how this would work in a database with multiple wordpress installations, but the prefix of D&C tables is wp_w2dc_

    Thread Starter zvaranka

    (@zvaranka)

    By deault the in the wordpress the predix is wp_, but it can be different if installing the wordpress we set another, for examle: mywp_. In this case if I install Directory & Classifieds plugin, the prefix of the tables of this plugin remain wp_ and not is mywp_ (wp_w2dc_ and not mywp_w2dc_).

    Plugin Author Shamalli

    (@mihail-chepovskiy)

    ok, what is the problem and how can I help you?

    Thread Starter zvaranka

    (@zvaranka)

    OK. If I install a wordpress for example with mywp_ table_prefix and then I install your plugin, the prefix of the tables of your plugin will be wp_ and not mywp_. I expected that if the wordpress prefix is mywp_ then the prefix of all the tables of your plugin have the same. In the above example:

    mywp_w2dc_content_fields
    mywp_w2dc_levels
    mywp_w2dc_levels_relationships
    mywp_w2dc_locations_levels
    mywp_w2dc_locations_relationships

    Thanks

    Plugin Author Shamalli

    (@mihail-chepovskiy)

    So there isn’t any real problem, you just do not like the prefix of database tables. It’s ok.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table prefix’ is closed to new replies.