Re: Illegal mix of collations(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
Posted by: Muhammad Ali
Date: October 10, 2014 07:50AM

Thanks Rick the problem seems to be resolved after creating database like below.

CREATE DATABASE testing
DEFAULT CHARACTER SET = utf8
DEFAULT COLLATE = utf8_general_ci;


Once again I thank you for your support.

Options: ReplyQuote




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.