PDA

View Full Version : Help! Help! Help! Help!


desi
07-01-2002, 04:09 PM
hiya all ...
can some pls help me how to fix this

i have 150 mails saying the same thing but with different userid

thankx

Database error in vBulletin 2.2.6:

Invalid SQL: SELECT user.*,userfield.* FROM user LEFT JOIN userfield ON userfield.userid=user.userid WHERE user.userid='1'
mysql error: Can't open file: 'user.MYD'. (errno: 145)

mysql error number: 1016

Steve Machol
07-01-2002, 04:13 PM
Your user table is corrupted. Run this MySQL query in phpMyAdmin or equivalent:

REPAIR TABLE user;

desi
07-01-2002, 04:36 PM
thankx a lot for that :))

seems to work fine for now

appreciate :)

Steve Machol
07-01-2002, 04:42 PM
No problem! :)