I have a hosting in Godaddy of unlimited space with a MySQL database in MyISAM for my application. The bbdd has a weight of 280.4Mb and one of the tables contains 120713 records.
For some time now some of these fields in this table are being changed to null or in other cases those of date type change to a date other than what they should be, that is, they are rewritten to a different date.
To fill this table I use a procedure that runs daily; However, I have not had this problem before and it is the same procedure that is always used.
Any suggestions of what may be happening ?? .. Thanks.