MySQL Forums
Forum List  »  Newbie

Re: How to convert a PHPmyAdmin export sql file to older version
Posted by: Jeremy Grieff
Date: October 08, 2006 11:59AM

This is what the DEFAULT CHARSET looks like in my sql file...found a bunch of times, but in different context every time.

(`forum_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

(`forum_last_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

and so on...

For the COLLATE:

phpbb_search_wordlist`
--

CREATE TABLE `phpbb_search_wordlist` (
`word_text` varchar(50) character set latin1 collate latin1_bin NOT NULL default ''


So what do I take out?

Options: ReplyQuote


Subject
Written By
Posted
Re: How to convert a PHPmyAdmin export sql file to older version
October 08, 2006 11:59AM


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.