• Why does my dataebase have the extra “1” in the table names?

    Its interfering with a plugin I am tring to use.

    If I ctreate a completely new database it names tables without the extra “1” eg: wp_commentmeta, wp_options, wp_comments, wp_postmeta etc…

    but the database I’m currently working with has:
    wp_1commentmeta, wp_1options, wp_1comments, wp_1postmeta etc…

    why? and how do I adjust this?

    I really don’t wnat to lose all my data!

    Can someone shed some light?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Its interfering with a plugin I am tring to use.

    that should not be the case no matter what table prefix is used

    how is this interfering?

    Thread Starter starflow

    (@starflow)

    I don’t know, all I know is that it’s not working with the current database.

    It does however, work another database without the “1” in it nd when I create a new database

    Thread Starter starflow

    (@starflow)

    I’ve tried dleteting all other plugins to see if that cuased the problem, but it still did not work. So I took note of the difference form one install and another and the only difference was the database name.

    Thread Starter starflow

    (@starflow)

    please excuse my poor typing skills 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp_1options instead of wp_options’ is closed to new replies.