On 11/11/02 9:26 AM, "Victoria Meza" <[EMAIL PROTECTED]> wrote:
> I've a problem whit some tables in mysql, you know how repair damages > tables? > this is the message error: > Didn't find any fields in table 'criterios_evaluacion' > Didn't find any fields in table 'mensaje' > Didn't find any fields in table 'registro_sistema' > Didn't find any fields in table 'temporal' Sounds like you either have corrupted tables then use myisamchk <http://www.mysql.com/doc/en/myisamchk_syntax.html> or you've copied the data files of these tables but forgot some files: Every table (myisam) consists of 3 files: x.MYI (your data), x.FRM (data dictionary), x.MYD (index) in a subdirectory (with the same name as your database) in the mysql data directory. or they don't have correct permissions to be accessed by mysqld. My advise check out your data directory. /h --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php