MySQL Forums
Forum List  »  Newbie

Re: How to convert a PHPmyAdmin export sql file to older version
Posted by: Bob Field
Date: October 08, 2006 12:54PM

ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
becomes:
TYPE=MyISAM AUTO_INCREMENT=1 ;
and:
ENGINE=MyISAM DEFAULT CHARSET=latin1;
becomes:
TYPE=MyISAM;

Options: ReplyQuote


Subject
Written By
Posted
Re: How to convert a PHPmyAdmin export sql file to older version
October 08, 2006 12:54PM


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.