Extending database using same or different table_prefix
-
I have extended the wp database. I maintain the content with a separate sub-system, but also feed data to the WordPress site using a plug in.
I used a different table_prefix for my tables. Everything is working fine, but free backup plugins or utilities do not backup my tables. (Updraft, Softaculous.)
I use constraints (referential integrity) and “hook” into the wp_users table.Is there any reason I could not use the same table prefix (“wp_”)for my tables?
I did experiment on L.A.M.P. where I do my development and it seems OK. I named my tables “wp_gyc_…”.I’m concerned that WordPress might delete my tables or future additions could clash.
The topic ‘Extending database using same or different table_prefix’ is closed to new replies.