The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
SQL-query : [Edit]
SELECT * FROM `user` LIMIT 0, 30 MySQL said: Can't open file: 'user.MYD'. (errno: 145) Can anyone please help me fix this |
#2
|
||||
|
||||
![]()
last resort try:
SELECT * FROM user LIMIT 0, 30 if same error comes up, it's db corruption, repair it. |
#3
|
|||
|
|||
![]()
see right now my forums are down because of this, and how would I repair it
|
#4
|
||||
|
||||
![]()
Run this query in phpMyAdmin:
REPAIR TABLE user; |
#5
|
|||
|
|||
![]()
thanks. I did that and it work, now I have another one and I need your help it says
Error SQL-query : [Edit] SHOW KEYS FROM `user` MySQL said: Can't open file: 'user.MYD'. (errno: 145) Back please help |
#6
|
||||
|
||||
![]()
That's still a corrupted user table. Run this query again:
REPAIR TABLE user; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|