"Can't execute select:
Incorrect key file for table '/tmp/#sql_a7a_0.MYI'; try to repair it at Modules/DataBase.pm line 82."
I'm open file DataBase.pm in line 82 I see the code below:
Code: Select all
die"Can't execute select:\n".$self->{dbh}->errstr if $self->{dbh}->err;
How can I fixed it ?