Re: Unicode UTF-8 database

2005-06-29 Thread Gleb Paharenko
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

Re: Unicode UTF-8 database

2005-06-29 Thread Roberto Jobet
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

Re: Unicode UTF-8 database

2005-06-24 Thread Gleb Paharenko
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

Unicode UTF-8 database

2005-06-24 Thread Roberto Jobet
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 __