Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2001
Posts: 56
Member
Member
Offline
Joined: Jan 2001
Posts: 56
I need to extract an entire forum with b_board name "AccessoriesArticles" from a sql database, which I have access to through mysqlman1.09 and import it into another database which is active.

Can anyone help with a command, thanks!

And thanks Josh for showing me how to add the site to ZA..

Jason

Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369


I'm not sure how you can do that -
What I would do - to get the job done.....

Dump (export) the "posts" table then create a new table "posts2" or something.

Import the posts into the new table - Then delete everything that's not that keyword

DELETE FROM w3t_Posts2
WHERE B_Board != 'AccessoriesArticles'


Then dump the "posts2" table - and there you have just the forum you want.

NOW - This is important - You can't import it elsewhere if the post numbers (B_Number) will cross over the existing database. And the post numbers in your export can not be changed, because eeach reply is tied to the thread by number, as well as the post it's in reply to.

Now if the highest number in your new database is 5000. And your export uses 10000-15000 you could safely import them. But then since that number increments each post - I *think* you'd have to set the nex tnumber higher than what you imported, so that the post numbers never cross.

So in certain situations it's doable - but be careful. It would be easy to get the post number mixed up and then nothing would be right.

Backup everything first.

Joined: Jan 2001
Posts: 56
Member
Member
Offline
Joined: Jan 2001
Posts: 56
Thanks Josh, I'll give it a shot.

J


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)