![]() |
|
Article Options |
Another easy way to convert database from Latin1 to UTF8
by
![]() I tried another way by searching some articles on vbulletin but it takes me long time, many steps, and not success... I found another way to do. I hope that my experiment can help someone is running a vbulletin for a long time with latin1, and now he want to convert to utf8. After trying by myself offline some ways to convert database from latin1 to utf8, I see that there is a simple way: less steps and really easy, and no need special tool: iconv-chunk (if the database file is too big), uconv (database tools)... First of all. Turn off your vbulletin board. And turn off httpd/apache service to dedicate all resources for database converting. Next step: change mysql database server configuration. Because the default of mysql database server is running at latin1 charset. So we need to change it to UTF8 by modify my.cnf and input more settings:
After modified, restart mysql server for the changing affect... Next step: dump the old database to file.
(this command will ask you type the db's password) Next step: change charset from latin1 to utf8 in your dump file.
Next step: keep the old database for rescure if you do something wrong... create new database with charset utf8.
(this command will ask you type the db's password too) Next step: import to new database.
Last step: Modify config.php. Modify the new database to connect to in config.php. And if you are using mysqli, go to the bottom of your config, you will see one line to un-comment. That's all. I did by myself for my board with more than 100.000 members and 1.000.000 posts. Goodluck! And remember that you should keep the original database for rescure if you do something wrong. Quynh H Nguyen No members have liked this post.
|
||||||||||||||||||||
Views: 7010
|
Comments |
#2
|
|||
|
|||
I'll try it for my forum too. Thanks.
No members have liked this post.
|
#3
|
||||||||||||
|
||||||||||||
What about the language encoding setting in vBulletin ? Did you change that too?
P.S. I think you forgot the third slash here:
As it gives the error..
Therefore the right line would be:
Am I on the right track here? Or completely off? No members have liked this post.
Last edited by Trajche; 25 Jun 2010 at 19:33. |
#4
|
|||
|
|||
Ηello...
I have the same problem but I have my own server and I can not make this change. There are other ways;; No members have liked this post.
|
![]() |
«
Previous Article
|
Next Article
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Article Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 16:46.