On 15 Sep 2009, at 22:02, Darrell D. Mobley wrote:
> I have a website where a moderator mistakenly deleted a vBulletin
> thread. I have the MySQL database dump file from RaqBackup, which
> runs every night. I want to extract just that one record and
> restore it on the server.
>
> What is the best way to do this?
It is not a single record. Its the thread, then the posts etc etc etc.
Quite a lot of work. If vbulletin re-uses ID numbers (retarded but
possible) that would hurt. You need someone familiar with SQL to go
through the SQL dump.. Its just a standard MySQLdump so notepad would
open it (slowly depending on size). Just need to fish out records, and
related records. You'd have to read up on the schema but its probably
guessable.
Steve