Re: how to restore into a 3.23.58 env. from a 4.1.9 env
Thanks for the quick reply. It gets further. The new error is:
ERROR 1064 at line 813: You have an error in your SQL syntax near 'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`End_Date` date default NULL,
' at line 9
Here is the relevant section of the dump.sql file:
****
`Is_Patient_Visit` tinyint(1) NOT NULL default '1',
`Is_Daily` tinyint(1) NOT NULL default '0',
`Start_Time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`End_Date` date default NULL,
****
I am guessing the older mySQL doesn't like something in the 'Start_Time' line?
Thanks
Mark
Subject
Views
Written By
Posted
3490
May 03, 2006 12:02PM
2395
May 03, 2006 12:45PM
Re: how to restore into a 3.23.58 env. from a 4.1.9 env
2537
May 03, 2006 01:01PM
2803
May 03, 2006 01:20PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.