Problem with UTF8 charset, Hebrew and gibberish
Posted by: Or Slider
Date: June 11, 2009 10:49AM

Well,

this is my problem -

I'm running a vBulletin powered board, with MySql (now running MySQL 5.0.67)
two years ago We've tried to convert our database using a script (http://www.vcharset.com/)

we've converted the DB, and got a utf database, we used to have latin1 Collation in our tables.

the problem was that the content inside the DB wasn't in Hebrew, it was a lot of gibberish, we've followed the manual, and the content is showing in Hebrew on the forum.

Recently I've seen another forum's DB, coded to UTF8 to, but you could see Hebrew content inside the DB. we have a few problem on the site because of the gibberish, I want to reverse what we did, or fix the gibberish problem (some how).
How do I do it? I'm using phpMyAdmin to explore the DB, I've searched the net and found out a lot of things about these kind of problems, I'm almost sure that the content of the DB wasn't effected by using the script, it was the charset mostly, I heard that there's a way to fix the problem with mysqldump or something similar, the DB weights 3 GB.

There is another method that says that I need to install MySql 3.x and export my db to a server using that version and the charset will be removed or something.

I really need to fix the problem and see the Hebrew content inside the DB too, I don't know which version of MySql we've used when we converted. I think is was 4.x.

some info - MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation: utf8_unicode_ci
219 table(s) Sum 6,253,964 MyISAM utf8_unicode_ci 3.3 GiB

Thanks a lot :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem with UTF8 charset, Hebrew and gibberish
10804
June 11, 2009 10:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.