I tried running 'myisamchk' on that table but it does not exist (at least it is not in the path with my other tables). Looking through my backups, I do not see that that particular table ever existed. Can someone help me figure out what is happening? Thanks. ...
Very important key here that took me a while to figure out: You need to stop and start Apache or simply re-boot the server in order for your changes to php.ini to take effect! Sorry, you can't reply to this topic. It has been closed....
key_buffer_size = 16M max_allowed_packet = 1M sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M I'm trying to figure out what consistently makes MySQL freak out when it hits 512 threads, and...