I use phpmyadmin to work on mysql
I have two server
1. MYSQL 4
2. MYSQL 5
My task is, export data from mysql 4 to MYSQL 5.
The Problem is Mysql4 contain Japanese character. Encoding is Shift-jis. When I brows to mysql 4 i can see those data clearly.
But Exporting is getting a head ache. First I tried to Export all data including INSERT query. When I try to import those data to MySQL 5 databse. I completely failed. Simply I lost the data. It is Shift JIS anymore. Even When I open those data in my Notpad++; They are just okay. But I cant update them to MySQL 5.
I Also tried to export them as CSV. I also check CSV with NotePad++ software. They are exported okay. But When ever I try to Import them into database the data is destroyed again.
If you can help me I will be grateful.
If you need any further information let me know.
Best Regards,
Johny
I have two server
1. MYSQL 4
2. MYSQL 5
My task is, export data from mysql 4 to MYSQL 5.
The Problem is Mysql4 contain Japanese character. Encoding is Shift-jis. When I brows to mysql 4 i can see those data clearly.
But Exporting is getting a head ache. First I tried to Export all data including INSERT query. When I try to import those data to MySQL 5 databse. I completely failed. Simply I lost the data. It is Shift JIS anymore. Even When I open those data in my Notpad++; They are just okay. But I cant update them to MySQL 5.
I Also tried to export them as CSV. I also check CSV with NotePad++ software. They are exported okay. But When ever I try to Import them into database the data is destroyed again.
If you can help me I will be grateful.
If you need any further information let me know.
Best Regards,
Johny
Comment