Hello,
I am urgently trying to restore a mysql database that was corrupted when upgrading from OSX 10.3.2 to 10.3.3. I have tried downloading MySQL 4.0.14 and coping the original data files for the db into the appropriate "data" directory, but the datetime fields are still corrupted. Does anyone know if this data is recoverable?
Marc:
Any chance you can rebuild the original system with the pre-upgrade data? Then you can use mysqldump and load it back in. That would be the best option.
If not, check to see if the timestamps are offset in some pattern, and if so, correct it with an update query.
-- Sasha Pachev Create online surveys at http://www.surveyz.com/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]