Originally Posted by Webscreamer
I work for a university newspaper I've recently redesigned(and still working on it @ columbiachronicle.com.). I exported the old DB and imported it into the new server. The problem is all of the quotation marks are now "?" in the old archive stories. Is there a way to fix this?
The old DB is gone and can't re-export it. I think it's a hexadecimal problem, or something...
Help me! It sucks have a bunch of journalists mad at you! They are crazy in the first place...
First thing you might want to do is backup the current database.
Second, If you have access to phpmyAdmin, export the database out. This will create the database structure and data in one plain-text file. You can then open it and find-replace the "?" in it and import this file back into MySQL using phpmyAdmin.
Or It could be a "Collation" problem. Make sure you have the correct collation (character set) set for the database.
Hope this help; otherwise let me know; but keep in mind that I am not an expert on MySQL.
Cheers.