Talk:Collation: Difference between revisions
No edit summary |
|||
| Line 4: | Line 4: | ||
1. yes, you should change the <code>$wgDBTableOptions</code> (see below) to the new default. | 1. yes, you should change the <code>$wgDBTableOptions</code> (see below) to the new default. | ||
However, this setting is only used during new table creation, so it doesn't really affect your existing database(s) and the tables in them. | However, this setting is only used during new table creation, so it doesn't really affect your existing database(s) and the tables in them. | ||
2. Do NOT <code>CONVERT TO</code> all your existing tables. You have to be more precise with what columns you change - if you change anything at all. You really only convert if you have some encoding problem (aka Mojibake). | 2. Do NOT <code>CONVERT TO</code> all your existing tables. You have to be more precise with what columns you change - if you change anything at all. You really only convert if you have some encoding problem (aka [[wp:Mojibake|Mojibake]]). | ||
Using | Using | ||