Forum Moderators: phranque

Message Too Old, No Replies

Urgent need of help

Deleted db Table accidentally

         

Jeigh

10:01 am on Mar 23, 2007 (gmt 0)

10+ Year Member



Hey, I recently accidentally dropped a whole table from my database which was phpbb2_themes (for a PhpBB Forum obviously)

Now I need to know where I can download the db_install file for it so I can run the queries to get the table back, I've searched everywhere but can't find it.

Edit: Nevermind fixed! Forgot I had the backup lol, Got a little bit worried then :P

[edited by: Jeigh at 10:26 am (utc) on Mar. 23, 2007]

thecoalman

10:44 am on Mar 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Download a fresh copy, look in the install/schemas/ folder. Do not run the .sql queries in their entirety. Only the queries pertaining to the themes table.

If you don't know how to proceed from those intsrtuctions upload the fresh copy to a new folder on your site. Run the install file to istall a fresh copy and make sure to change the prefix for the tables Delete the entire folder after you install.

Go into phpmyadmin and delete all the new tables you created except the themes table. Rename the themes table with the original prefix.