-
mySQL problem! EEOR 1030
Hey!
I'm always getting this error when I try to SELECT entries or UPDATE entries on one of the tables in my database.
ERROR 1030: Got error 134 from table handler
I've searched through the mySQL manuals, and there doesn't seem to be anything on it. I cant even backup the data for this table on phpMyAdmin becasue of this error :(
However, all the other tables seem fine!
Does anybody know why this is happening?
-
may be you have a table corruption on that particular table?... try running myisamchk...
-
I fixed the problem, just reinstalled mySQL :)
I couldn't run myisamchk with the version of mySQL i was using, but when I upgraded to the latest version, all of a sudden the databse was working fine again :)
Thanks anyway :)