Re: SOLVED executing INSERT commands with ascii 8216 and 8217 (smart quotes) made using mysqldump
Posted by: Andy Nicastro
Date: April 28, 2012 06:02AM

PROBLEM SOLVED:
The problem was that the two databases were created with different character sets and collating sequences.

Too solve the problem, I dropped the database on the test server and re-created it using the CREATE DATABASE command found in the dump file.
Andynic

Options: ReplyQuote


Subject
Written By
Posted
Re: SOLVED executing INSERT commands with ascii 8216 and 8217 (smart quotes) made using mysqldump
April 28, 2012 06:02AM


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.