The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello everyone
I want to convert my database VB4 from latin1_swedish_ci to UTF8. I want a clear and simple steps With best regards |
|
#2
|
||||
|
||||
|
Use this to convert existing MySQL database from one charset encoding to another
Code:
ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; |
|
#3
|
||||
|
||||
|
Quote:
But where do I add this code |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|