Re: recurring corrupt table?

2008-11-20 Thread Jed Reynolds
Jed Reynolds wrote: I'm seeing errors in my application where I'm getting from simple selects every few hours: I do a flush table activity_profiles; check table activity_profiles; and the table seems to have fixed itself. Any thots? Thanks for the thots, guys. It turns out one of my

Re: recurring corrupt table?

2008-11-18 Thread Isart Montane
have you checked with myisamchk? On Thu, Nov 13, 2008 at 4:09 PM, Jed Reynolds [EMAIL PROTECTED] wrote: Application in php 5.1.6.I'm running MySQL version 5.0.45 on CentOS5 using a HP DL380 with 8G ram and 15krpm raid10 disks. Tables are myisam. I'm seeing errors in my application where I'm

recurring corrupt table?

2008-11-13 Thread Jed Reynolds
Application in php 5.1.6.I'm running MySQL version 5.0.45 on CentOS5 using a HP DL380 with 8G ram and 15krpm raid10 disks. Tables are myisam. I'm seeing errors in my application where I'm getting from simple selects every few hours: SELECT id, host_id, uri_id, profile FROM