Now that I am thinking of it. What do you think about me somehow exporting the one table out of my old forum and importing to the moved forum. Think this would mess to much up? I don't know what the access table or mask is even for.
I checked tables and in the current table I have this below
aid int(11) No None AUTO_INCREMENT Browse distinct values Change Drop Primary Unique Index Fulltext
mask varchar(255) utf8_general_ci No Browse distinct values Change Drop Primary Unique Index Fulltext
type varchar(255) utf8_general_ci No Browse distinct values Change Drop Primary Unique Index Fulltext
status tinyint(4) No 0
In the ok table I have the below
userid int(10) UNSIGNED No 0 Browse distinct values Change Drop Primary Unique Index Fulltext
forumid smallint(5) UNSIGNED No 0 Browse distinct values Change Drop Primary Unique Index Fulltext
accessmask smallint(5) UNSIGNED No 0 Browse distinct values Change Drop Primary Unique Index Fulltext
Any idea what could have added the extra columns and eliminated the good ones? Have not tried to restore or do as you said yet.
|