Convert mysql flooded with gibberish into human format

Having trouble installing serendipity?
Post Reply
rokka
Posts: 1
Joined: Wed Jan 13, 2010 10:03 pm

Convert mysql flooded with gibberish into human format

Post by rokka »

Hi,

I have a problem with mysql database, the information there is stored in unreadable format, like this:

81>кий коÑ<81>тел - на фо

The blog itself is functioning because there is a config parameter enabled:

Enable DB-charset conversion
Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.

The posts are in Russian.
Is there is a way to convert database dump into readable format to switch off "DB-charset conversion"?

Thanks in advance!

--
Roman
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Convert mysql flooded with gibberish into human format

Post by garvinhicking »

Hi!

How do you try to access this? With phpmyadmin?

You just need to make sure your clients sets the UTF-8 charset and not latin1. (just like the config switch does for s9y).

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply