Hi, I did some major changes to my LOCAL site. During the time I did the changes, the LIVE site got a new member. Before the changes and the new member, the sites were duplicates.
Question: can I just copy the "users" table in the LIVE site database into my local site's database? Preserving passwords, not breaking any dependencies...???
If so, how do I do this in the most convenient fashion? I'm far from a db expert, but I have been playing around a little with a few commands, so...
I have a small group of sites from the same industry and which share much content. All of these sites share a single database and single tables. Table examples follow:
USER:
id -
fname -
lname -
email -
password
etc.
SITE: one record for each site I manage
id -
site_name - stores the site name
theme - used to select a theme
header - stores header text
footer - stores footer text
etc.