how to tell if wp table in database belongs to other indexes or FULLTEXT indexes
-
I have recently upgraded from Legacy 2.0.11 to 2.8.4
Some of the database tables are in UTF-8 and some are in latin1_swedish_ci. Unfortunately, I can’t simply change them to utf-8; it turns out I only know enough about SQL to get myself in trouble.
Alas, “Converting Database Character Sets” in the wordpress codex is not written in English (no offense intended) except for this phrase in the opening paragraph: “character set conversion is not a simple process”. Luckily, someone has attempted a translation offsite. In the Guide to Convert WordPress Database Character Set to UTF-8, it says:
Ensure that your post_content and post title fields on wp_posts table DOES NOT belongs to any indexes or FULLTEXT indexes. Else the type of the fields may not be converted to BLOB with one of the errors list below. Some plugins, such as related posts tend to add indexes to these fields. In this case, temporarily drop the indexes.
I’ve asked the following question in mydigitallife.info forum, but the thread is dated 2007, so the question may be overlooked. I hope that one of you knows the answer.
:::::::::::::::::::::::::::::::::
Could someone please spell out what to look for to find out if fields belong to indexes or FULLTEXT indexes?
:::::::::::::::::::::::::::::::::Thank you.
EMorris wp2.8.4 firefox WinXP
(I am reluctant to simply dive in and hope for the best, having already restored wordpress from a backup yesterday after a disastrous result from running the wordpress plugin to Convert WordPress Database Character Set – thank goodness for https://tamba2.org.uk/wordpress/restore/ and copies of database backups kept in separate folders!)
related thread: https://www.ads-software.com/support/topic/311230?replies=5
…………………………….
IF YOU HAVE ANY ACCENTED LETTERS OR EXTENDED CHARACTERS ON YOUR WORDPRESS, DO NOT USE utf-8-database-converter PLUGIN!!!
- The topic ‘how to tell if wp table in database belongs to other indexes or FULLTEXT indexes’ is closed to new replies.