utf 8 - Deployed (ie serverside) mysql db is UTF-8 but local version isn't -


At least I think the problem is. In my forum and production database (both on the same server) I have a text field that has html. Some of these have web coats, which look fine.

However, locally I have my development database which is a copy of the staging database (it was copied with staging DB dump with mysqldump, my local one falling, then forums Dump file to mysql). Locally, webcloths are shown as "in mysql" (for an initial webquot).

I have to guess this because my local database is not properly set up for UTF-8? How do I know to make sure?

Try mysql --default-character-set = utf8 for your local imports [ ...] .


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -