|
|
Important Note:
- Make sure to take backup (dump) of database before proceeding further.
- Migrate using new database?
- Create the database first with UTF8 charset support.
eg: CREATE DATABASE DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
- Copy the data (dump) from earlier database into this new one.
|
|