|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jan 2003
Location: EU-
Posts: 718
|
MySQL database problem
Damnation a BB we run is throwing up a shit load of errors - seems only to have started the past hour or so. I know zero about this kind of thing, so am kinda stuck, when trying to post
im pulling this error : Invalid SQL: INSERT INTO userfield (userid,field5,field1,field2,field3,field4) VALUES (10710,'text,'','','','') mysql error: Got error 28 from table handler mysql error number: 1030 and when trying to run standard admin commands such as mass prune I get this : Invalid SQL: DELETE FROM searchindex WHERE wordid IN (0,155,16063,29715,42358) AND postid=857986 mysql error: Can't find file: 'searchindex.MYD' (errno: 2) mysql error number: 1017 Date: Saturday 16th of October 2004 11:41:50 AM Script: http// url Referer: http://url If anybody has any ideas on what could be the problem please let me know. thanks ![]() |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2003
Posts: 1,798
|
sounds like your database crashed ... for starters:
REPAIR TABLE userfield; MAYBE REPAIR TABLE searchindex; as long as theyre INNODB tables. otherwise you gotta go in shell and use isamchk
__________________
TGP Webmasters: sign up for the top 100 tgp list! Submit galleries If you add me to icq (title) make sure to mention GFY or I'll think you're a bot and deny you. |
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Jun 2003
Location: PornStudio
Posts: 868
|
Quote:
hth. good luck.
__________________
http://www.fastthumber.com |
|
|
|
|
|
|
#4 | |
|
Confirmed User
Industry Role:
Join Date: Dec 2002
Location: Behind the scenes
Posts: 5,190
|
Quote:
__________________
|
|
|
|
|
|
|
#5 |
|
So Fucking Banned
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
|
Looks like your tables are corrupt, try running the REPAIR command on them or if you have root do this:
Kill the mysql process and make sure it is not running (mysqld)... you can either use the mysql.sh stop command or kill PID cd into the directory where your database files are located and run myisamchk -r */*.MYI this should repair all your indexes |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Jun 2003
Location: PornStudio
Posts: 868
|
__________________
http://www.fastthumber.com |
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Jan 2003
Location: EU-
Posts: 718
|
ok thanks looking into all these now - help mucho appreciated
Damn im crap at such things as this but learn as go along cheers |
|
|
|
|
|
#8 | |
|
Confirmed User
Join Date: Jan 2003
Location: EU-
Posts: 718
|
Quote:
checking this now cheers |
|
|
|
|
|
|
#9 | |
|
So Fucking Banned
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
|
Quote:
|
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Jun 2003
Location: PornStudio
Posts: 868
|
see, i love gfy for that
hope you get your problem solved. good luck!
__________________
http://www.fastthumber.com |
|
|
|