paulmckillop
Programmer
One of my MySQL databases has 7 tables in it. By far the largest table had nearly 300,000 records in it, but each record was quite small and the overall file size for the table's .MYD file was only about 18MB. It is running on a Windows 2000 server and the drive is NTFS.
This morning when I went to do a daily backup, I noticed that the table was down to only 1000 odd records, which were all fresg records. So, it looks like the whole table was wiped and it started a fresh overnight. None of the other tables were harmed at all.
There are several server applciations which access the database, but none of them ever delete anything from the database, and only a few have access to the database at all.
Are there any known bugs that would wipe a table under the circumstances described above?
Thank you for your time,
PAUL.
This morning when I went to do a daily backup, I noticed that the table was down to only 1000 odd records, which were all fresg records. So, it looks like the whole table was wiped and it started a fresh overnight. None of the other tables were harmed at all.
There are several server applciations which access the database, but none of them ever delete anything from the database, and only a few have access to the database at all.
Are there any known bugs that would wipe a table under the circumstances described above?
Thank you for your time,
PAUL.