Hi Jesse,

Jesse wrote:
I'm running MySQL version 5.0.22-community-nt on a Windows 2003 server. I a
noticing A LOT of errors in there like the following:

C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Incorrect information
in file: '.\nfcamp\societies.frm'

This spans multiple databases and tables.  I am using replication, but I
thought that I was replication only one of the databases. It could be that
it's attempting to replicate these other databases that I don't want
replicated.  It's been a while since I set up the replication, so I don't
remember where I need to look for this.

It sounds more like you had an ungraceful shutdown or other filesystem corruption; replication seems unlikely. Try CHECK TABLE and/or REPAIR TABLE. You may want to back up what data you still have BEFORE you run these :-) Read the relevant sections of the manual for more help.

Regards
Baron

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to