![]() |
MySQL error
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 |
last resort try:
SELECT * FROM user LIMIT 0, 30 if same error comes up, it's db corruption, repair it. |
see right now my forums are down because of this, and how would I repair it
|
Run this query in phpMyAdmin:
REPAIR TABLE user; |
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 |
That's still a corrupted user table. Run this query again:
REPAIR TABLE user; |
All times are GMT. The time now is 01:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|