PDA

View Full Version : MySQL database problem at the night of Feb 16?


Fortune
02-18-2000, 04:26 AM
My mySQL database is in mysql01.
My perl script worked well before.
However, at the night of Feb 16, some part of my script could not find
some records in the database. But the records are really there.
Just a few minutes ago, I found everything worked again.
I didn't change anything in my script during this period.
Was there a problem in mysql01 in that time? Or there is bug in my script?

Terra
02-18-2000, 04:41 AM
MySQL01 was going through a quick repair that lasted 2 minutes or less...

So bask in the warmth that your script is probably A-OK... :)

Hopefully you are testing your connections for success, and returning a 'Database is offline temporarily" message if not...

--
Terra
--Defensive Programming--
FutureQuest

Fortune
02-18-2000, 05:10 AM
Thank you! Terra