The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to convert database VB4 from Latin1 to UTF8
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:
|