Hello.
If you want to setup such kind of database you could put
all necessary variables to your configuration file, then restart
the server and create a new database. For example:
[mysqld]
default_character_set=utf8
[client]
default_character_set=utf8
Check with
Hi,
I've read the whole
chapter 10 but I
haven't found any
instructions on how
to setup a UTF-8
database...
Is there any guide
on how to setup this
?
Thanks for any help
Regards
Roberto
> "Gleb Paharenko"
<[EMAIL PROTECTED]>
wrote:
> Hello.
>
> First read:
>
http://dev.mysql.com/doc/mysql/en
Hello.
First read:
http://dev.mysql.com/doc/mysql/en/charset.html
"Roberto Jobet" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using MySQL
> 4.1.11
>
> I need to setup a
> multilingual
> databa=
> se to support
> a lot of foreign
> languages.
>
> Do I have to setup a
> U
Hi,
I'm using MySQL
4.1.11
I need to setup a
multilingual
database to support
a lot of foreign
languages.
Do I have to setup a
UTF-8 unicode
database ?
Does anyone have a
step-by-step guide
on how to achieve
this ?
Thanks for any help
Regards
Roberto
__