On 8/29/08, Andrew Sullivan <ajs@xxxxxxxxxxxxxxxxx> wrote: > > The latter should be in effect if your database encoding is UTF-8. > What's the database encoding? My database encoding on BOTH the sides is UTF8. The dumped DB is UTF8. The one I am importing into is also UTF8. So why is it showing me this error? Do I also have to look at stuff like "collation"? Also, how can I ensure that my dumped database on the server has only UTF8 data? What constraint or function can I use? Thanks