Totally Zenned
- Join Date:
- Jan 2004
- Posts:
- 508
- Plugin Contributions:
- 0
[HELP] mysql update to fix special characters lost on host switch
Hi - when i switched hosts the database must have been a different character support
i now have a bunch of products where in the product description has replace special characters with a '?'
here is what i need to do
- run a mysql operation via phpadmin that does the following
in the product title
- replaces 'FTD?' with 'FTD®'
- replaces '?' with '™'
what command can i run via phpadmin to accomplish this?
onvisoly i will backup the table before running it