Log in

View Full Version : Database - character set


Bravais
12-22-2010, 05:50 PM
Hey.
I have vb 3.8.6 version in my forum.
How can I change my database coding to utf8?
Now - phpmyadmin :
character_set_client utf8
character_set_connection utf8
character_set_database latin1
character_set_filesystem binary
character_set_results utf8
character_set_server latin1
character_set_system utf8

and Collation is latin1_swedish_ci. How can i do this?

BirdOPrey5
12-23-2010, 02:31 AM
Someone wrote a "How To" Here: https://vborg.vbsupport.ru/showthread.php?t=216863

Bravais
12-23-2010, 06:49 AM
But, i see in that topic, that i have to use shell, but i dont have it. I'm only virtual server owner. So what can I do?

BirdOPrey5
12-23-2010, 12:42 PM
I don't know that it's possible without shell access unless you can ask your host to do the parts you can't do.

Bravais
12-24-2010, 07:34 AM
Okey, thank u.