How to Convert Character Set and Collation of WordPress Database 문자 집합과 정렬하는 방법을 변환 WordPress 데이타베이스의

Since 이후 WordPress 2.2 WordPress의 2.2 , WordPress supports feature that allows the user to define both the , 워드는 사용자가 정의할 수있는 기능을 모두 지원 WordPress database character set and collation WordPress 데이타베이스 문자 집합과 정렬 with DB_CHARSET and DB_COLLATE values in wp-config.php file. wp를 DB_CHARSET과 가치에 DB_COLLATE - config.php 파일과 함께. With these values defined, WordPress will use the designated database characterset (charset) and database collation (ie sort order of the letters, numbers, and symbols of a character set) when connecting a database tables. 이러한 가치를 정의, WordPress의 글자, 숫자 (예 : 정렬 순서와 문자 집합의 상징)는 데이터베이스 테이블을 연결하면 지정된 데이터베이스 CharacterSet) (문자)와 데이터베이스의 데이터 정렬을 사용합니다.

However, in existing WordPress installations that are upgraded from earlier version of WordPress or not explicitly set a Unicode UTF-8 charset collation, the default database character set is normally set up as Latin1 (default on almost all MySQL installation) with latin1_swedish_ci collation. 그러나, 워드 또는 명시적으로 유니 코드 UTF - 8 문자 정렬, 기본 데이터베이스 문자 집합을 설정하지의 이전 버전에서 업그레이 드하는 기존의 WordPress의 설치에 정상적으로 라틴로 latin1_swedish_ci 정렬 (기본값은 거의 모든 MySQL의 설치에 대한)으로 설정됩니다. If you run a bilingual or multilingual blog with WordPress, you may face problem on character encoding when your blog posts are written in other foreign languages, or when you export and backup the database and later attempt to re-import the database dump in the event of database failure or server migration and moving. WordPress의 경우와 함께 이중 언어 또는 다국어 블로그를 실행하면 문자 인코딩을 다른 외국 언어로 작성된 블로그 게시물을 때, 또는 수출 및 백업하면 데이터베이스와 저장을 시도 - 데이터베이스를 다시 이벤트에 던져버 수입 문제에 직면해있습니다 데이터베이스 오류 또는 서버 마이 그 레이션 및 이동합니다. The symptom is obvious, your WordPress posts or pages will contains garbled, weird and funny characters, sometime just lots of ????? 증상, WordPress의 게시물이나, 이상한 문자가 포함된 페이지가 깨진 상태와 재미, 때로는 비밀스럽게의 많은 분명하다 (question marks), rendering the WordPress database with your hard work useless and output unreadable. (물음표), 자네의 노력이 쓸모과 출력을 읽을 함께 WordPress 데이타베이스 렌더링. (May cause also by (5도 원인 wrong charset collation 잘못된 문자 정렬 )

The best solution to the character encoding problem in WordPress is to convert the charset or database and collation to UTF-8 or Unicode. 워드에서 문자 인코딩에 문제가 최선의 해결책은 문자 또는 데이터베이스와 데이터 정렬을 UTF - 8 또는 유니 코드로 변환하는 것입니다. However, you CANNOT simply connect to MySQL via shell or phpMyAdmin and hoping all your scripts will convert nicely. 그러나, 그럴 수 없어요 셸 또는 phpMyAdmin은 단순히과 기대를 통해 귀하의 모든 스크립트를 정중하게 변환됩니다 MySQL에 연결할 수있습니다. As explain by 로 설명 WordPress database conversion guide WordPress 데이타베이스 전환 가이드 , convert character sets requires using the the MySQL ALTER TABLE command. , 문자 세트는 MySQL ALTER TABLE 명령을 사용하여 변환이 필요합니다. When converting the character sets, all TEXT (and similar) fields are converted to UTF-8, but that conversion will BREAK existing TEXT because the conversion expects the data to be in latin1, but WordPress may have stored unicode characters in a latin1 database, and as a result, data could end up as garbage after a conversion! 때문에 전환 데이터는 latin1에있을 것으로 예상되면, 모든 텍스트 (와 유사)으로 전환하는 필드는 UTF - 8,하지만 그 전환된다 Break를 기존의 텍스트 문자 집합으로 변환하지만, WordPress의 a는 latin1 데이터베이스에서 유니 코드 문자를 저장 할 수있습니다, 그리고 그 결과로, 데이터 변환 후 쓰레기로 끝날 수 있어요!

The guide provides a very rough and vague guide as a solution on how to actually convert WordPress MySQL database tables from one character set to another, usually UTF-8. 가이드는 실제로 하나의 문자를 다른 방법으로 설정, 대개는 UTF - 8에서 WordPress의 MySQL 데이터베이스에있는 테이블을 변환하는 솔루션으로 매우 거칠고 모호 가이드를 제공합니다. However, the guide actually works, although the process can be lengthy. 비록 긴 과정이 될 수 있지만, 가이드 실제로 작동합니다. To convert, the steps involved generally are to alter each and every TEXT and related fields inside every WP tables to BLOB, then alter the character set of database and finally change the BLOB fields back to TEXT. 변환하려면 일반적으로 BLOB를 위해 모든 포스트는 테이블 안에 참여 후 각 분야의 텍스트와 관련된 모든 데이터베이스의 설정을 변경할 문자 변경과 드디어 돌아온 BLOB 필드에 텍스트로 변경됩니다. Looks easy, but how long it would take to convert so many fields on so many tables? 보이지만 그렇게 쉽지 얼마나 많은 테이블에 너무 많은 분야로 전환을 감수할까요? Furthermore, you will also need to remember the original type and length or values of all fields. 또한, 여러분은 또한 원래의 종류와 길이 또는 모든 필드의 값을 기억 해줬으면한다.

andersapt has posted a conversion script named 전환 스크립트 이름을 올렸습니다 convert_to_utf8_sql_generator.txt which automatically generates a list of SQL statements and commands need to fully convert your WordPress database to UTF8 based on the guide. SQL 문을 자동으로 생성 및 명령의 목록을 완벽하게 가이드를 기반으로하여 WordPress 데이타베이스를 UTF8로 변환해야합니다. However, there seems to be a minor bug with the script, although the author claimed it worked, where in my case, it simply won’t generate the list of SQL commands to run due to the error “PHP Fatal error: Call to a member function get_results() on a non-object in convert.php on line 37″. 비록 저자는 그것을, 내 경우에는, 그것을 단순히 SQL의 목록을 생성하지 않을 일을 주장하지만, 거기 스크립트와 사소한 버그가 될 것으로 보인다 오류 "PHP는 치명적인 오류 : 전화로 인해 실행하도록 명령 멤버 함수 get_results 비 ()에 - 라인 37 년 convert.php "개체입니다. Once fixed, with this script in hand we can easily and quickly convert the database, tables and fields to use utf8_general_ci collation. 일단, 손에 우리 utf8_general_ci 정렬을 사용하여 쉽고 빠르게 데이터베이스, 테이블 및 필드와 함께 고정이 스크립트로 변환할 수있습니다.

Note: I have tried out 참고 : 나는 나가려고했습니다 UTF-8 Database Converter plugin UTF - 8로 데이터베이스 변환기 플러그인 , but it’sa failure. 하지만, 실패 하느냐입니다. It seemed like the author change to character set directly. 저자는 변화와 같은 문자를 직접 설정하는 것 같았다.

Guide to Convert WordPress Database Character Set to UTF8 (Unicode) WordPress 데이타베이스 문자 집합 변환 가이드를 UTF8 (유니 코드)을 위해

  1. Take the WordPress blog offline by placing a out-of-service or maintenance notice. 밖 -의 배치 - 서비 스나 유지 보수를 통보하여 WordPress의 블로그를 오프라인으로 가져가라.
  2. Backup database - this is very important, nothing is guaranteed to work. 백업 데이터베이스 -이 매우 중요하다, 아무것도 작동하도록 보장된다. If you’re using cPanel or other control panel, it’s best to perform a database backup from the control panel itself, where you can restore the database in one piece instead of by SQL statements, in the case of normal dump. 경우 또는 다른 컨트롤 패널의 cPanel, 데이터베이스 백업을 수행하는 컨트롤 패널 자체에서 최고의 한 조각을 대신 SQL 문을에 의해 어디에, 정상 덤프의 경우 사용중인 데이터베이스를 복원할 수있습니다.
  3. Download the fixed 다운로드 고정 convert_to_utf8_sql_generator.txt script and save it with a PHP extension. 스크립트와 PHP 확장과 함께 저장할 수있습니다.
  4. Modify the script to input the database name your WordPress blog is using. 데이터베이스 이름을 입력하여 WordPress의 블로그에 스크립트를 수정을 사용하고있습니다. Locate the following text: 다음 텍스트를 찾습니다 :

    Tables_in_ DATABASENAME Tables_in_ DatabaseName

    The DATABASENAME in red is the only thing that you need to change to match your WordPress database name. 빨간색에 DatabaseName 유일하게 변경하여 WordPress 데이타베이스 이름과 일치해야한다는 것입니다. It should looks like this after change, for instance, 그것이 변화해야 예를 들어, 이후 같고

    Tables_in_wp_mydigitallife

  5. Upload the convert_to_utf8_sql_generator.php (or you can rename to a shorter name such as convert.php) to the base root WordPress installation directory, where wp-config.php is also located. 업로드 convert_to_utf8_sql_generator.php (또는 당신이 짧은 이름을 convert.php 등) wp를 - config.php 또 어디에있는 기지 WordPress의 설치 루트 디렉토리로 이름을 바꿀 수있습니다.
  6. Now, call and browse the script from any web browser. 자, 전화와 모든 웹 브라우저에서 스크립트를 찾습니다. To do this, simply add convert_to_utf8_sql_generator.php (or any name you give to the script) to the end of your blog URL (ie http://www.mywebsite.com/convert_to_utf8_sql_generator.php) and press Enter. 이렇게하려면 단순히) 귀하의 블로그 URL의 끝 부분 (즉 http://www.mywebsite.com/convert_to_utf8_sql_generator.php) 키를 입력하면 스크립트를주지 convert_to_utf8_sql_generator.php (또는 어떤 이름을 추가합니다. A long list of SQL statements will be generated on the web page. SQL 문을의 긴 목록은 웹 페이지에 생성됩니다.
  7. Ensure that your post_content and post title fields on wp_posts table DOES NOT belongs to any indexes or FULLTEXT indexes. 귀하의 wp_posts에 테이블을 보장하지 않습니다 post_content과 FULLTEXT 인덱스 또는 인덱스에 속해 게시물 제목 필드. Else the type of the fields may not be converted to BLOB with one of the errors list below. 또 하나의 BLOB 필드의 아래 오류 목록의 유형으로 변환되지 않을 수있습니다. Some plugins, such as related posts tend to add indexes to these fields. 관련 게시물 등 일부 플러그인, 이러한 필드에 색인을 추가하는 경향이있다. In this case, temporarily drop the indexes. 이 경우, 일시적으로 인덱스를 드롭.

    ERROR 1170 (42000): BLOB/TEXT column ‘post_content’ used in key specification without a key length 오류 1170 (42000) : 때는 / 텍스트 열의 'post_content'키를 사양에 키 길이없이 사용

    ERROR 1283 (HY000): Column ‘post_content’ cannot be part of FULLTEXT index 1283 (HY000) 오류 : 열 'post_content'FULLTEXT 색인의 일부가 될 수 없어

  8. Login to your server shell by Telnet or SSH. 귀하의 서버에서 Telnet이나 SSH를하여 로그인 쉘을. You can skip this part of using Unix shell if you intend to use phpMyAdmin to do the dirty work, but I have not tried it. phpMyAdmin은 더러운 일을 처리하려고하면 사용하기 위해서죠 당신은 Unix 셸 사용이 부분을 건너뛸 수 있지만, 나는 그것을 시도하지 않았습니다. So if you do, do feedback on whether it can be done. 그래서 만약 당신이해야 할 일은 그것을 할 수 있는지에 대한 의견 않습니다.
  9. Connect to MySQL server from the shell. 쉘에서의 MySQL 서버에 연결합니다.
  10. Issue the following command first in MySQL prompt: 다음 명령 프롬프트에 MySQL에 처음으로 문제 :

    use DATABASENAME ; 사용 DatabaseName;

    Again, replace DATABASENAME in red to the actual WordPress database name. 또, 실제 WordPress 데이타베이스 DatabaseName 빨간색으로 이름을 바꿉니다.

  11. Then copy and paste the whole list of SQL statements auto generated by the conversion script, and paste them into the MySQL prompt. 다음을 복사하여 SQL 문을 자동 전환 스크립트에 의해 생성된의 전체 목록을 붙여 넣습니다, 그리고 그들의 MySQL 프롬프트에 붙여 넣습니다. Each and every SQL command should now be processed and executed by MySQL one by one. 각각의 모든 SQL 명령을 지금과 MySQL 처리되어야 하나 하나에 의해 처형된다. You may need to press Enter key to finish off the last one. 당신이에서 마지막으로 한 끝까지 Enter 키를 누르면 할 수있습니다.
  12. During the processing, the similar error messages related to key length as mentioned may appears. 처리 과정에서 비슷한 오류 메시지가 나타납니다 언급된 관련 키 길이로있습니다. In my case, the conversion to BLOB failed with such message in the following fields: 내 경우엔, BLOB를 위해 전환 메시지와 함께 다음과 같은 분야에서 실패 :

    wp_categories.category_nicename
    wp_comments.comment_approved
    wp_links.link_visible
    wp_options.option_name
    wp_postmeta.meta_key
    wp_posts.post_status
    wp_posts.post_name
    wp_posts.post_type
    wp_usermeta.meta_key
    wp_users.user_login

    All these fields are unlikely to contains non-ASCII characters. 이러한 모든 분야에 비 - ASCII 문자를 포함하지 않을 수있습니다. And fields such as category_nicename (category slug) and post_name (post slug) have been URL encoded (where your URL with unsafe non-alphanumeric characters will be replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs). 그리고 category_nicename (카테고리 느릿느릿한 등의 분야)와 post_name (느릿느릿한 게시물)가되어 URL을 인코딩 (여기서 안전하지 않은 귀하의 URL - % (1 %)와 함께 두 개의 16 진수 숫자와 공백을 플러스로 인코딩 기호 순으로 대체됩니다 영숫자 문자 ( +) 표지판). Initial encoding of byte codes and character assignments for UTF-8 is consistent with ASCII, so direct conversion of these fields to UTF8 should not bring too much problem. 에 대한 문자 배정의 초기의 바이트 코드 및 UTF - 8 인코딩이 ASCII와 일치하는 것으로,이 UTF8하는이 분야의 문제를 너무 직접적인 전환을 너무 많이 갖다 놓지 말아야한다.

  13. Edit the wp-config.php file to add in DB_CHARSET and DB_COLLATE definitions. DB_CHARSET과 정의에 추가하는 파일은 wp를 DB_COLLATE - config.php를 수정합니다. Add the following two lines, preferably under the section of MySQL Settings: 선호 MySQL의 설정의 섹션을 아래에 다음 두 줄을 추가합니다 :

    define(’DB_CHARSET’, ‘utf8′); 정의 ( 'DB_CHARSET', '은 utf8');
    define(’DB_COLLATE’, ”); 정의 ( 'DB_COLLATE', ");

    As explained in 에 설명된 바와 같이 WordPress Codex WordPress의 Codex 국제 , DB_COLLATE is left blank (null) so that the database collation will be automatically assigned by MySQL based on the database character set. , DB_COLLATE)가 MySQL에 의해 자동으로 정렬하므로 데이터베이스가 데이터베이스에 설정된 캐릭터를 기반으로 할당됩니다 빈 (NULL 왼쪽입니다.

  14. Recreate the indexes and/or FULLTEXT indexes been dropped, if any. 인덱스 및 / 또는 FULLTEXT 인덱스 재현되고, 만약 어떤 떨어졌다.
  15. Activate the blog back into production mode. 생산 모드로 다시 블로그를 활성화합니다.
  16. Check your blog to see if everything and every characters is okay. 만약 모든 문자를 다 괜찮 블로그를 확인하시기 바랍니다.
  17. Delete the PHP script. PHP 스크립트를 삭제합니다.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 :이 기계는 "보증도없이있는 그대로"제공됩니다 페이지를 번역했다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 을 참조하시기 바랍니다 original English article 원래 영어 문서 whenever possible. 언제든 가능합니다.

Share and contribute or get technical support and help at 공유와 기여하거나 기술 지원과에 도움이 My Digital Life Forums 내 디지털 생활 포럼 .



19 Responses to “How to Convert Character Set and Collation of WordPress Database” 19 응답을 "변환 문자 집합과 정렬 WordPress 데이타베이스의 방법"

  1. g30rg3_x
    June 23rd, 2007 04:27 2007년 6월 23일 4시 27분
    1

    Hi… 안녕하세요 ...
    I have to say (in my favor) that m not changing directly the database character set, please review my plugin and you will see that first it will convert your database binary and them to utf8 and finally it will put everything like before encoding but obviously with the UTF-8 character set… 내 부탁을 ()에서 직접 데이터베이스 문자 집합을 변경하지, 제발 내 플러그인을 검토 M 및 볼 것이다 '라고해야하는 것은 귀하의 데이터베이스를 이진으로 변환되며이 UTF8 인코딩 분명 그들에게 마침내지만 예전처럼 모든 걸 처음 놓을테니까 는 UTF - 8 문자 집합과 함께 ...

    I prefer to do and a.. 난 그 일을 할 그리고 어 선호한다.
    ALTER TABLE table_name CONVERT TO CHARACTER SET binary 문자 집합을 변경 TABLE_NAME에 변환 테이블 이진
    Than just make a mysql sentence for every text/string field, because as you can see the problems comes with key and some index value and the BLOB field type change. 단순히 모든 텍스트에 대한 MySQL의 문장이되도록 / 문자열 필드, 왜냐하면 당신이 문제를 볼 수있는 핵심 가치와 BLOB 필드에 일부 인덱스 유형을 변경이 가능하다.
    Converting truth the sentence that my plugin use will transform all char to binary, all varchar to varbinary, all text (tynitext, text, mediumtext, longtext) to his binary representations (tinyblob, blob, mediumblob, longblob) and finally just set enum and set types with the collation binary. 문장 제 플러그인을 사용하는 모든 문자 변환됩니다 진실 바이너리 변환, 자신의 이진 표현하는 varbinary 모든 varchar, 모든 텍스트 (tynitext, 텍스트, mediumtext, longtext) (tinyblob, 무늬, mediumblob, longblob)와 드디어 그냥 열거 설정 이진 정렬 설정 유형.

    I just came here to say this in favor and by the way the majority of the problems of my plugins are related to host configurations and other things that obviously i can control. 난 그냥 여기 와서 부탁에이 말을 내 플러그인의 문제의 대부분은 호스트 구성과 관련된 다른 것들은 분명히 내가 통제할 수있는 방법이다.

    BTW its a better to solution to avoid problems of key and index by just setting the correct binary representation rather than using blob in all the way. BTW 자사의 솔루션을 그냥보다는 올바른 설정 바이너리 방울을 사용하여 표현하는 방식에 의해 모든 키 및 인덱스의 문제를 피하기 위해 더 나은.

    Greetings from mexico and sorry for all mistyping problems. 모든 문제에 대한 mistyping 멕시코와 유감 인사말.

  2. fotizo φωτίζω » Blog Archive » Wordpress 2.1 -> 2.2.1 fotizo φωτίζω»블로그 아카이브»Wordpress 2.1 -> 2.2.1
    July 11th, 2007 16:00 7 월 11 일 2007 16:00
    2

    [...] MySQL 本身的問題,便一知半解地去亂 set,結果一樣。。。 (5:00) 直至我讀完這篇文章,發現是 WP 由 2.1 升至 2.2.1 之後,閱讀 db 的 script 真的變了,讀不了 SQL db [...] [...] MySQL을本身的问题,便一知半解地去乱설정结果一样... (5:00)直至我读完这篇文章,发现是포스트由2.1升至2.2.1之后,阅读DB를的스크립트真的变了,读不了는 SQL DB를 [...]

  3. How to Backup and Restore (Export and Import) MySQL Databases Tutorial » My Digital Life 백업 및 복원하는 방법 (내보내기 및 가져오기)은 MySQL 데이터베이스를 자습서»내 디지털 라이프
    July 21st, 2007 15:33 2007년 7월 21일 15:33
    3

    [...] If this case, use –default-character-set=charset_name option to specify the character set or convert the database to UTF8. [...]이 경우 사용 - 기본 - 캐릭터 - = charset_name 옵션을 설정하거나 데이터베이스를 UTF8로 변환하는 문자를 지정으로 설정됩니다. Get help or contribute tips or tricks at My Digital Life [...] 도움이나 조언이나 트릭 내 디지털 생활에 기여 해 [...]

  4. Wordpress 2.2 UTF Konvertierung | Blog[CHA] v2 WordPress의 2.2은 UTF Konvertierung | 블로그 [CHA] v2를
    September 4th, 2007 18:57 9 월 4 일 2007 18:57
    4

    [...] die Schnauze. [...] Schnauze 죽어. Mit etwas mehr Hartnäckigkeit bei der Suche konnte ich am Ende dann doch noch eine passende Konvertierungsanleitung finden, die auf mystische Art und Weise sowohl auf das fehlerhafte Plugin hinweist, als auch die [...] - Mit etwas 기타 Hartnäckigkeit bei 데르 엔데 오전 Suche konnte ich dann doch noch eine passende Konvertierungsanleitung 찾으, 안녕히 mystische 아트 죽을 Weise sowohl 안녕히로써 fehlerhafte 플러그인 hinweist 랜드, 오슈 죽을 루게릭병 [...]

  5. Chris 크리스
    September 16th, 2007 02:04 9 월 16 일 2007 2시 4분
    5

    Why don’t you just link the file directly here? 왜 그냥 여기에 직접 파일을 링크 않아?

    It is pain to register just to download the file. 그것은 단지 파일을 다운로드하려면 등록을 고통이다.

  6. curo.dk » Blog Archive » Wordpress charset problem and solution curo.dk»블로그 아카이브»Wordpress 문자셋 문제 및 솔루션
    September 16th, 2007 03:15 9 월 16 일 2007 3시 15분
    6

    [...] to convert my database to UTF8 so my blog doesn’t look funny. [...]이 UTF8을 너무 웃겨 보이지 않는 내 블로그 내 데이터베이스를 변환합니다. The plugin didn’t work, another site requires registration (how lame), so I came up with my own solution which is KISS all the [...] 플러그인, 다른 사이트에 등록을 필요로 작동하지 않았다 (얼마나 절름발이), 그래서 난 내 자신이 솔루션은 모든 [...]입니다 나왔에는 KISS

  7. admin 관리자
    September 16th, 2007 03:59 9 월 16 일 2007 3시 59분
    7

    Hi Chris, sorry for inconveniences, it’s so that users can discuss any bugs on the script on the forum when needed. 안녕하세요 크리스, 불편을 드려 죄송, 정말 필요할 때 사용자 포럼에 대본에있는 버그를 논의할 수있습니다.

  8. Isotipo
    September 29th, 2007 03:23 2007년 9월 29일 3시 23분
    8

    [...] la codificación de acentos, ñ y símbolos para que funcionara bien. [...] codificación 드 라 acentos, ñ y를 símbolos 파랑새가 일하러 funcionara 하지마. Para problemas recomiendo este artículo que indica los pasos para convertir tu bbdd a codificación [...] 성을 문제 recomiendo 동 artículo 알어?냅니다 로스 pasos 파랑새 변환 bbdd a codificación 부엉 [...]

  9. Octaedro » Una soluci Octaedro»우나 soluci
    November 17th, 2007 07:55 11 월 17 일 2007 7시 55분
    9

    [...] ponga, siempre hay algo que me va a salir desconfigurado: los posts o los comentarios. [...] ponga, 언제나 건초 너한테 날 버지니아 a salir desconfigurado : 로스 게시물 또는 Comentarios 로스. He probado 그는 probado

  10. Back on track! 다시 궤도에! | isa costa * the geek side | 괴짜 측면에서 ISA 코스타 *
    November 19th, 2007 03:35 11 월 19 일 2007 03:35
    10

    [...] ficheiro wp-config.php e deixar os valores das constantes DB_CHARSET e DB_COLLATE em branco. [...] wp를 ficheiro - config.php 전자 deixar 타입 valores로써 constantes DB_CHARSET 전자 DB_COLLATE 안에 브랑코. Outra solução é converter a base de dados toda para UTF-8, o que para mim já soa a [...] Outra solução é 컨버터 기지 시트 토다 파랑새는 UTF - 8, 암초 파랑새 já 밈은 SOA a [...]

  11. Sergio Nascimento 세르지오 Nascimento
    December 14th, 2007 03:05 12 월 14 일 2007 03:05
    11

    Hi, it worked fine for me using MyPHPAdmin. 안녕하세요, 괜찮 MyPHPAdmin 사용 나를 위해 일한.

    Thanks for the article. 문서를 주셔서 감사합니다.

  12. Media Addicted 미디어 중독
    February 27th, 2008 01:20 2 월 27 일 2008 1시 20분
    12

    I’m using PHPmyAdmin and try to convert my database to utf-8, but…PHPmA interrupts the process with the first error message (concering key length as mentioned in ur guide). 나는 phpMyAdmin은 사용하고 있는데, 내 데이터베이스로 변환을 UTF - 8을 시도,하지만 ... PHPmA 첫 번째 오류 메시지와 함께 프로세스를 인터럽트 ()를 통해 UR 가이드에서 설명한대로 키 길이 concering.

    Is there a way to make PHPmA ignore errors / to proceed the other tables? 거기에 다른 테이블을 진행 PHPmA 오류 / 무시하게하는 방법이 있나요?

    Thx in advance! 미리 감사합니다!

  13. // If I have absolutely nothing to say : 2008030101 / / 만약 내가 정말 아무것도 말 : 2008030101가
    March 2nd, 2008 01:52 2008년 3월 2일 1시 52분
    13

    [...] How to convert character set and collation of wordpress database?  [...] [...] 어떻게 WordPress 데이타베이스의 문자 집합과 정렬을 변환할 수 있나요? A [...]

  14. Larry Hirscg 래리 Hirscg
    March 19th, 2008 03:32 3 월 19 일 2008 3시 32분
    14

    I must applaud you for publishing this. 나는 당신이 출판을 위해 박수를해야합니다. After hours of searching for an easy solution, when my provider moved my database to an “upgraded” platform, I was able to follow your instructions and and get the character set changed. 쉬운 솔루션을 때 내 공급자는 "나는 당신의 지시를 따르도록하고 캐릭터를 얻을 수 있었다"플랫폼 업그레이 드를 내 데이터베이스 이동에 대한 검색의 시간이 흐른 변경된 설정합니다. I used the phpmyadmin to execute the code and deleted the lines that had errors. 제가 코드를 실행하고 오류가 phpMyAdmin은 사용하는 라인을 삭제합니다. It ran perfectly and I only needed to edit a few slugs that had odd character in them. 완벽하게 도망하고 난 단지 그들에 이상한 문자를 가진 몇 굼벵이를 수정할 필요가있다. Fabulous! 멋지다!

  15. Links for 2008-03-30 [del.icio.us] » Festival BD-Comminges 링크 2008년 3월 30일 [del.icio.us]»축제 BD 사용 - Comminges
    March 31st, 2008 13:09 2008년 3월 31일 13:09
    15

    [...] How to Convert Character Set and Collation of WordPress Database Guide to Convert WordPress Database Character Set to UTF8 (Unicode) — » My Digital Life [...] [...] 캐릭터셋 변환하는 방법과 대조 WordPress 데이타베이스 가이드의 변환 WordPress 데이타베이스 문자 집합을이 UTF8 (유니 코드) -»내 디지털 라이프 [...]

  16. … @ a distance … » UTF-8 거리 ... @ ...»UTF - 8로
    June 19th, 2008 12:19 6 월 19 일 2008 12:19
    16

    [...] with troubleshooting the issue of not able to use the 2 lines in the wp-config.php file. [...] the wp를 - config.php 파일에서 2 개 라인을 사용할 수없는 경우의 문제를 해결했다. Tried this method, but it didn’t work. 이 방법을 시도했지만 작동하지 않았다. Then I read up the idea of converting the SQL in a text editor. 그럼 텍스트 편집기에서 SQL 변환의 생각을 읽어보십시오. [...]

  17. something2
    July 24th, 2008 18:53 7 월 24 일 2008 18:53
    17

    I’ve uploaded an extended script to the thread. 내가 스레드 확장 스크립트에 업로드했습니다. It handles cases where the tables and columns are utf8 but the strings inside are latin1. 그것을 어디에 테이블과 열은 utf8하지만 내부는 latin1하는 경우 문자열을 처리합니다. This happens when the tables are created as utf8 but the wp-config.php is missing DB_CHARSET and DB_COLLATE variables. 이 때 테이블은 utf8으로 만들어집니다 일이지만, wp를 - config.php DB_CHARSET과 DB_COLLATE 변수가 누락되었습니다.

  18. Dead Man Walking 죽은 사람이 걸어
    October 24th, 2008 21:08 10 월 24 일 2008 21:08
    18

    I agree with Chris, it’s annoying to having to register for your forum just to download the file. 난 크리스, 동의, 너의 포럼에 대한 파일을 다운로드하고 등록하는 데 짜증나는데. If we have a problem, we can go to the forum then. 우리는 문제가있다면, 우리는 포럼에 나서 갈 수있다.

  19. Blog Roundup for the 22nd of June 2007 :: Christopher Ross 블로그 라운드업 2007 년 6 월 22 일 : : 크리스토퍼 로스에 대한
    October 27th, 2008 09:10 10 월 27 일 2008 09:10
    19

    [...] get a lot from WordPress Theme Releases for 6/22. [...] 6 WordPress의 테마 자료에서 많이 받게 / 22. WordPress Plugin: Category Access was gratifying. 워드 플러그인 : 장르 교통 즐거웠지. How to Convert Character Set and Collation of WordPress Database was superb. 캐릭터셋 변환하는 방법과 대조 WordPress 데이타베이스의 뛰어난했다. I also took a look at More on Christ?s Supernatural [...] 또한 그리스도에 대한 자세한 봐 걸렸어요? 미신이야 [...]

Leave a Reply 회신을 남겨주세요

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그 : title="">은 <a href="" 사용할 수있습니다 <abbr title=""> <acronym title="">의 <b> <blockquote cite=""> <cite>의 <code> <밤 날짜 = "">은 <em>가 <i> <q cite=""> <strike>의 <strong>

Subscribe without commenting 코멘트를 구독하지 않고


Custom Search

New Articles 새 문서

Incoming Search Terms for the Article 에 대한 검색 약관받는 제

phpmyadmin change Collation phpMyAdmin은 변경 대조 - - MySQL convert collation MySQL의 데이터 정렬로 변환 - - mysql convert character set MySQL은 문자 집합 변환 - - convert collation 정렬 변환 - - mysql convert encoding mysql의 인코딩 변환 - - mysql convert charset mysql을 문자로 변환 - - oracle COLLATE 오라클 대조 - - convert charset 문자 변환 - - php convert characters PHP는 문자로 변환 - - mysql convert MySQL의 변환 - - change collation phpmyadmin 정렬을 변경 phpMyAdmin은 - - phpmyadmin character set phpMyAdmin은 문자 집합 - - wordpress collation WordPress의 정렬 - - phpmyadmin change table collation phpMyAdmin은 변경 테이블 정렬 - - wordpress charset WordPress의 문자셋 - - wordpress latin1_swedish_ci 워드 latin1_swedish_ci - - mysql convert utf8 MySQL은이 UTF8로 변환 - - oracle convert character set 오라클은 문자 집합 변환 - - phpmyadmin change encoding phpMyAdmin은 변화 인코딩 - - oracle convert 오라클로 변환 - - mysql convert database encoding MySQL 데이터베이스 인코딩 변환 - - collation convert 정렬 변환 - - mysql convert table encoding MySQL의 테이블로 변환 인코딩 - - convert collation mysql 정렬 mysql을 변환할 - - php convert character set PHP는 문자 집합 변환 - - mysql convert character encoding MySQL의 문자 인코딩 변환 - - oracle character set 오라클 문자 집합 - - phpmyadmin collation phpMyAdmin은 정렬 - - phpmyadmin change database collation phpMyAdmin은 변경 데이터베이스의 데이터 정렬 - - convert latin1_swedish_ci to utf8 이 UTF8로 변환 latin1_swedish_ci - - convert mysql collation MySQL의 데이터 정렬로 변환 - - mysql convert character mysql을 문자로 변환 - - convert collate 대조 변환 - - mysql convert database charset MySQL 데이터베이스 문자셋 변환 - - php convert charset PHP는 문자로 변환 - - latin1_swedish_ci wordpress 워드 latin1_swedish_ci - - php convert character encoding PHP는 문자 인코딩 변환 - - characterset CharacterSet) - - sql convert charset 는 SQL 문자로 변환 - - mysql convert char mysql을 문자로 변환 - - wordpress database encoding WordPress 데이타베이스 인코딩 - - sql php convert chinese 는 SQL PHP를 중국어로 변환 - - mysql charset converter MySQL의 문자셋 변환기 - - how to convert Object of class wpdb to string in php PHP에서 문자열을 어떻게 수업 wpdb의 객체로 변환 - - funny characters phpmyadmin 이상한 문자가 phpMyAdmin은 - - latin1_swedish_ci wordpress database latin1_swedish_ci 데이터베이스 워드 - - mysql convert database character set 캐릭터 설정은 MySQL 데이터베이스로 변환 - - mysql collation conversion MySQL의 정렬을 전환 - - mysql convert characters mysql을 문자로 변환 - - change collation mysql 정렬을 변경 mysql을 - - mysql CONVERT TO CHARACTER SET 문자 집합을 mysql을 변환할 - - convert character set 문자 집합 변환 - - mysql change collation for all tables MySQL의 모든 테이블에 대한 변경 정렬 - - php convert text encoding PHP는 텍스트 인코딩 변환 - - php convert latin1 to utf8 라틴의 PHP를 UTF8로 변환 - - convert table collation mysql MySQL의 변환 테이블 정렬 - - convert_to_utf8_sql_generator.txt convert_to_utf8_sql_generator.txt - - collation change 정렬 변경 - - wordpress charset problem with bulgarian 문제는 워드와 함께 문자 불가 리아어 - - wordpress database convert WordPress 데이타베이스로 변환 - - wordpress database collation WordPress 데이타베이스 정렬 - - convert character encoding 문자 인코딩 변환 - - php convert latin1 PHP는 라틴 변환 - - wordpress change collation WordPress의 변화 정렬 - - CONVERT DATABASE TO UTF8 데이터베이스를 UTF8로 변환 - - MySQL convert to unicode MySQL은 유니 코드로 변환 - - auto convert latin1 to utf-8 mysql php function 자동차는 latin1로 변환을 UTF - 8 MySQL은 PHP 함수 - - wordpress database name WordPress 데이타베이스 이름 - - convert mysql charset mysql을 문자로 변환 - - mysql change collation mysql을 변경 정렬 - - mysql "cannot be part of FULLTEXT index" MySQL은 "FULLTEXT 색인의 일부"가 될 수 없다 - - wordpress character sets 문자 집합 워드 - - mysql change database encoding MySQL의 데이터베이스를 인코딩 변경 - - oracle collation 오라클 데이터 정렬 - - latin1_swedish_ci to utf8 latin1_swedish_ci은 utf8로 - -