Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2007, 06:13 PM
Jason Black Jason Black is offline
 
Join Date: Aug 2007
Location: New York
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Please help!!!!

Click this link
www.rapfeinds.com

It says
Database error
The www.Rapfeinds.com database has encountered a problem.

--------------------------------------------------------------------------------

Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the rapfeinds.com home page, then try to open another page.
Click the Back button to try another link.

The rapfeinds.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

i have no idea what that is
Reply With Quote
  #2  
Old 10-17-2007, 06:15 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MySQL Error : Table './rapfeind_sitemagixprod/user' is marked as crashed and should be repaired

You need to repair your user table - you will need to do that via phpmyadmin.
Reply With Quote
  #3  
Old 10-17-2007, 06:17 PM
Jason Black Jason Black is offline
 
Join Date: Aug 2007
Location: New York
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it doesn't say that though
Reply With Quote
  #4  
Old 10-17-2007, 06:18 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jason Black View Post
it doesn't say that though
try unplugging the server then... actually, it DOES say that. you asked for help and you got it, why not just try doing what he suggested?

Code:
<!--
Database error in vBulletin 3.6.8:

Invalid SQL:

			SELECT * FROM user FORCE INDEX (lastactivity)
			WHERE lastactivity &gt; 1192600800 ORDER BY username;

MySQL Error  : Table './rapfeind_sitemagixprod/user' is marked as crashed and should be repaired
Error Number : 145
Date         : Wednesday, October 17th 2007 @ 02:18:33 PM
Script       : http://www.rapfeinds.com/
Referrer     : https://vborg.vbsupport.ru/showthread.php?p=1362537
IP Address   : ...
Username     : Unregistered
Classname    : vB_Database
-->
Reply With Quote
  #5  
Old 10-17-2007, 06:20 PM
Jason Black Jason Black is offline
 
Join Date: Aug 2007
Location: New York
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nah the only reason why i said that is because i don't know how to do it lol....i was hoping he could tell me how to get there. i mean, i know how to get the phpmyadmin, but where do i go afterwards
Reply With Quote
  #6  
Old 10-17-2007, 06:29 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh... from myadmin, just bring up your database in question, select that table or tables in question, and you should see a drop-down menu to fix and repair tables. do that.
Reply With Quote
  #7  
Old 10-17-2007, 06:37 PM
Jason Black Jason Black is offline
 
Join Date: Aug 2007
Location: New York
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you guys...i appreciate the help, now it works
Reply With Quote
  #8  
Old 11-03-2007, 03:33 PM
wally's Avatar
wally wally is offline
 
Join Date: Aug 2005
Location: Rotterdam
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know the command line for this ?? (i dont have a phpadmin)
Reply With Quote
  #9  
Old 11-03-2007, 04:48 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can repair/optimize in your Admin CP also.

A couple of useful links:
http://www.vbulletin.com/docs/html/m..._repair_tables
http://dev.mysql.com/doc/refman/5.0/...nance-sql.html
Reply With Quote
  #10  
Old 11-03-2007, 06:27 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wally View Post
Does anyone know the command line for this ?? (i dont have a phpadmin)
What type of shell access do you have and is this a dedicated/vps/vhost server?

If you have a dedicated/vps server, you can do the following:

1. cd to database folder or type the entire path into the command

typical install of mysql: cd /var/lib/mysql/dbnamehere
myisamchk -r *
myisamchk -o *
myisamchk -r /path/to/db/folder/ *
myisamchk -o /path/to/db/folder/ *

myisamchk --help (will list the switches and their meanings)

2. on a vhost server with improper permissions, you wont be able to run those commands, so i will not get into that.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:10 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.05333 seconds
  • Memory Usage 2,255KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete