Jump to content

Convert data to utf8


upgrader

Recommended Posts

Hi there,

 

I have a database in which all the columns have collation as utf8_general_ci.

 

Previously I was connecting to the database and inserting data without using SET names utf8, therefore a lot of the data has been inserted with the wrong encoding.

 

The problem is all the data before using that has been stored incorrectly, and wierd characters are displayed instead.

 

How can I convert that data into utf8? I think it must be mixed now, as I changed it to use set names utf8 so some data is correct.

Link to comment
https://forums.phpfreaks.com/topic/167666-convert-data-to-utf8/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.