TinyPortal

Development => Support => Installation => Topic started by: wickedstangs on November 20, 2006, 05:04:24 AM

Title: What table in MySQL for members?
Post by: wickedstangs on November 20, 2006, 05:04:24 AM
Is it the smf_members? And, How do I move members to a new forum.  I don't want anything else just the members. I re-did mysite and need to move just the members. 
Thanks Again All

(Things I did I went to PHPmyadmin and tryed to export smf_members and tried to import it to the new forum but it say database table aready exist. Error.)
Title: Re: What table in MySQL for members?
Post by: Techdomain on November 20, 2006, 07:27:03 AM
yes, that is the right table. You can either delete that table out of your new site before uploading the other one, or you could (manually edit even if you have to) download the table with "drop table if exist" options.