Version: , by Slynderdale
Developer Last Online: Nov 2023
Version: Unknown
Rating:
Released: 04-14-2002
Last Update: Never
Installs: 0
No support by the author.
I went to use phpmyadmin to optomized a table and now there messed up, is there any way i could fix them without losing every thing? This is really important. Its the search and templateset table.
Code:
Table Action Records Type Size
access Browse Select Insert Properties Drop Empty 0 MyISAM 1.0 KB
adminlog Browse Select Insert Properties Drop Empty 1,865 MyISAM 163.3 KB
adminutil Browse Select Insert Properties Drop Empty 1 MyISAM 2.0 KB
announcement Browse Select Insert Properties Drop Empty 3 MyISAM 5.4 KB
attachment Browse Select Insert Properties Drop Empty 34 MyISAM 1.5 MB
avatar Browse Select Insert Properties Drop Empty 0 MyISAM 1.0 KB
award Browse Select Insert Properties Drop Empty 1 MyISAM 2.1 KB
bbcode Browse Select Insert Properties Drop Empty 28 MyISAM 5.7 KB
calendar_events Browse Select Insert Properties Drop Empty 0 MyISAM 1.0 KB
customavatar Browse Select Insert Properties Drop Empty 29 MyISAM 119.5 KB
forum Browse Select Insert Properties Drop Empty 59 MyISAM 71.2 KB
forumpermission Browse Select Insert Properties Drop Empty 55 MyISAM 5.4 KB
icon Browse Select Insert Properties Drop Empty 14 MyISAM 4.8 KB
modapp Browse Select Insert Properties Drop Empty 6 MyISAM 3.8 KB
modappuser Browse Select Insert Properties Drop Empty 7 MyISAM 2.2 KB
moderator Browse Select Insert Properties Drop Empty 15 MyISAM 3.6 KB
poll Browse Select Insert Properties Drop Empty 12 MyISAM 3.7 KB
pollvote Browse Select Insert Properties Drop Empty 63 MyISAM 4.3 KB
post Browse Select Insert Properties Drop Empty 1,669 MyISAM 484.3 KB
privatemessage Browse Select Insert Properties Drop Empty 120 MyISAM 37.6 KB
profilefield Browse Select Insert Properties Drop Empty 9 MyISAM 4.8 KB
replacement Browse Select Insert Properties Drop Empty 131 MyISAM 10.2 KB
replacementset Browse Select Insert Properties Drop Empty 5 MyISAM 3.2 KB
search Browse Select Insert Properties Drop Empty in use
searchindex Browse Select Insert Properties Drop Empty 14,141 MyISAM 352.9 KB
session Browse Select Insert Properties Drop Empty 19 HEAP 156.0 KB
setting Browse Select Insert Properties Drop Empty 176 MyISAM 44.9 KB
settinggroup Browse Select Insert Properties Drop Empty 32 MyISAM 5.3 KB
smilie Browse Select Insert Properties Drop Empty 21 MyISAM 6.8 KB
style Browse Select Insert Properties Drop Empty 3 MyISAM 2.8 KB
subscribeforum Browse Select Insert Properties Drop Empty 1 MyISAM 3.0 KB
subscribethread Browse Select Insert Properties Drop Empty 105 MyISAM 4.5 KB
template Browse Select Insert Properties Drop Empty 719 MyISAM 924.1 KB
templateset Browse Select Insert Properties Drop Empty in use
thread Browse Select Insert Properties Drop Empty 195 MyISAM 28.0 KB
threadrate Browse Select Insert Properties Drop Empty 2 MyISAM 3.0 KB
user Browse Select Insert Properties Drop Empty 89 MyISAM 35.3 KB
user_rate Browse Select Insert Properties Drop Empty 84 MyISAM 4.2 KB
useractivation Browse Select Insert Properties Drop Empty 36 MyISAM 4.2 KB
useraward Browse Select Insert Properties Drop Empty 15 MyISAM 3.4 KB
userfield Browse Select Insert Properties Drop Empty 89 MyISAM 198.0 KB
usergroup Browse Select Insert Properties Drop Empty 12 MyISAM 8.1 KB
usernotepad Browse Select Insert Properties Drop Empty 4 MyISAM 1.1 KB
usertitle Browse Select Insert Properties Drop Empty 3 MyISAM 2.7 KB
vbstats_counter Browse Select Insert Properties Drop Empty 19 MyISAM 1.4 KB
vbstats_countries Browse Select Insert Properties Drop Empty 247 MyISAM 9.8 KB
vbstats_date Browse Select Insert Properties Drop Empty 17 MyISAM 1.6 KB
vbstats_exclude Browse Select Insert Properties Drop Empty 0 MyISAM 1.0 KB
vbstats_options Browse Select Insert Properties Drop Empty 1 MyISAM 1.1 KB
vbstats_referrer Browse Select Insert Properties Drop Empty 14 MyISAM 2.6 KB
word Browse Select Insert Properties Drop Empty 5,519 MyISAM 417.4 KB
51 table(s) Sum 25,689 -- 4.6 MB
Heres the errors:
Templateset:
Code:
Invalid SQL: SELECT templatesetid,title FROM templateset
mysql error: Can't open file: 'templateset.MYD'. (errno: 144)
mysql error number: 1016
Heres what it says on php my admin:
Code:
SQL-query :
SHOW KEYS FROM `templateset`
MySQL said:
Can't open file: 'templateset.MYD'. (errno: 144)
Search:
Code:
Invalid SQL: SELECT searchid,dateline FROM search WHERE userid=1 ORDER BY dateline DESC LIMIT 1
mysql error: Can't open file: 'search.MYD'. (errno: 144)
mysql error number: 1016
Heres what it says on php my admin:
Code:
Error
SQL-query :
SHOW KEYS FROM `search`
MySQL said:
Can't open file: 'search.MYD'. (errno: 144)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i went on phpmyadmin and manualy ran REPAIR TABLE query's for each table and it fixed them up and now they work, i lost a couple new posts but overall every thing is back to normal
ok im getting tired of my web host always being down for some unknown reason, and right when in a middle of testing a hack, im getting a new webhost with a d3 45mps connection, php, mysql, the works, and it has iphp, iphp is real cool
Originally posted by Tim Wheatley I'm now trying what you said as I have the same problem. When someone tries to access my stats it gives a search.myd error.