Ever seen this bad boy?
-
Table '.\mysql\proc' is marked as crashed and should be repaired From what I can tell you need to run mysqlcheck to fix it, but I'm on a shared host so can't exactly do that. Anyone know why this happens? Should I just use dynamic sql instead of stored procs? Thanks!
- S 50 cups of coffee and you know it's on!
-
Table '.\mysql\proc' is marked as crashed and should be repaired From what I can tell you need to run mysqlcheck to fix it, but I'm on a shared host so can't exactly do that. Anyone know why this happens? Should I just use dynamic sql instead of stored procs? Thanks!
- S 50 cups of coffee and you know it's on!
Don't now exactly why it happens, but most likely to be transactional. With this kind of errors, always a re-installation of MySQL will fix the problem.