This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: MySQL sql scripts mod'd for mysql 5.0echoi1975 Jun 17, 2008 9:17 PM (in response to echoi1975)ok, so what i did to get it work w/ mysql 5.0.30 
 was to add semicolons to the end of each line in the sql script and change fields of type 'bit' to 'tinyint(1)'
- 
        2. Re: MySQL sql scripts mod'd for mysql 5.0echoi1975 Jun 17, 2008 9:18 PM (in response to echoi1975)actually disregard changing bit to tinyint(1), adding just the semicolons was good 'nuf. 
- 
        3. Re: MySQL sql scripts mod'd for mysql 5.0kukeltje Jun 18, 2008 5:43 AM (in response to echoi1975)correct 
 
    