vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   mySQL Errors after Site Attack (https://vborg.vbsupport.ru/showthread.php?t=121290)

Kirk Y 07-15-2006 10:22 PM

mySQL Errors after Site Attack
 
Our server was recently infiltrated and a couple of viruses were planted. A little while after, we noticed all kinds of SQL errors coming up.

Code:

MySQL Error  : Can't open file: 'threadread.ibd' (errno: 1)
Any ideas what this is?

slappy 07-15-2006 10:31 PM

That looks like an error message from a phpbb bulletin board. I don't believe vBulletin uses any ".idb" designations for its tables. A quick google search only produced a Thread from someone on a PHPbb forum complaining to 123Hostnow about not being able to access his forum and getting alot of errors in files ending with ".idb".

Regards,

Paul M 07-16-2006 02:14 AM

You are obviously using MySQL InnoDB tables - and one of your table files has gone missing (threadread). Since the data in that table is not important, the quickest fix is just to recreate the table.

Kirk Y 07-16-2006 04:44 AM

The threadread table still exists and several other tables also have a similar problem.

Is there some way to recover data from more important tables?

Paul M 07-16-2006 10:11 AM

Restore them from a backup. You really need to speak to your host about mysql problems.

Code Monkey 07-16-2006 01:33 PM

Try doing a repair on the tables. When they can't be opened that means they are corrupted. Most of the time, a repair will fix it. Sometimes your host may have to get involved, but a current backup would work as well.

Kirk Y 07-16-2006 10:13 PM

Yeah, I've tried the repair/check queries -- no luck though. Just returned the same 'cant open file' error. I've got a a backup, but I'm on a Windows server and don't have SSH. BigDump gives me SQL errors so a staggered dump is pretty much out of the question. Guess I get to split the file up... yay.

Code Monkey 07-17-2006 01:43 AM

Well you only need to update those tables. So delete them, cut out the part in your sql file for each table, and past it into phpmyadmins sql section and it should just add fresh tables. That's how I did it after a major crash. I have never used InnoDB tables so milage may vary.

Paul M 07-17-2006 02:09 PM

Out of interest, why are you using innodb tables ?

Kirk Y 07-17-2006 09:03 PM

What are InnoDB tables anyway? I just created a database and let vBulletin do the rest, I don't remember ever having a say in the matter.

The problem with that Jump is that there are only 3 tables that haven't been corrupted. So it's basically pointless to do it table by table...


All times are GMT. The time now is 01:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete