Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread David Hrbáč
Dne 4.6.2012 13:04, C. L. Martinez napsal(a): > Ok, I will try it ... many thanks. Don't forget to recreate all the databases... DH ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 1:02 PM, David Hrbáč wrote: > Dne 4.6.2012 12:22, C. L. Martinez napsal(a): >> Uhmm .. and nothing more?? The only difference with my config is the >> underscore ... > > Yes, that's all, works pretty well. It's a little bit different than on > C5, here we use only: > default

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread David Hrbáč
Dne 4.6.2012 12:22, C. L. Martinez napsal(a): > Uhmm .. and nothing more?? The only difference with my config is the > underscore ... Yes, that's all, works pretty well. It's a little bit different than on C5, here we use only: default-character-set=utf8 init_connect='SET NAMES utf8' David Hrbáč

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 12:56 PM, Dennis Jacobfeuerborn wrote: > On 06/04/2012 11:44 AM, C. L. Martinez wrote: >> Hi all, >> >>  I am trying to configure utf8 in mysql under centos6 to display >> special characters, like accents. I use this mysql instance to store >> plain syslog logs. I have confi

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread Dennis Jacobfeuerborn
On 06/04/2012 11:44 AM, C. L. Martinez wrote: > Hi all, > > I am trying to configure utf8 in mysql under centos6 to display > special characters, like accents. I use this mysql instance to store > plain syslog logs. I have configured this under my.cnf: > > [mysqld] > init_connect = 'SET collatio

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread John Doe
From: C. L. Martinez > [mysqld] > init_connect = 'SET collation_connection = utf8_general_ci' > init_connect = 'SET NAMES utf8' > character-set-server = utf8 > collation-server = utf8_general_ci > but it doesn't seems to work ... Any idea?? Ony difference from ours is: init_connect='set collatio

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 11:53 AM, David Hrbáč wrote: > Dne 4.6.2012 11:44, C. L. Martinez napsal(a): >> Hi all, >> >>  I am trying to configure utf8 in mysql under centos6 to display >> special characters, like accents. I use this mysql instance to store >> plain syslog logs. I have configured this

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread David Hrbáč
Dne 4.6.2012 11:44, C. L. Martinez napsal(a): > Hi all, > > I am trying to configure utf8 in mysql under centos6 to display > special characters, like accents. I use this mysql instance to store > plain syslog logs. I have configured this under my.cnf: > > [mysqld] > init_connect = 'SET collation_

[CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
Hi all, I am trying to configure utf8 in mysql under centos6 to display special characters, like accents. I use this mysql instance to store plain syslog logs. I have configured this under my.cnf: [mysqld] init_connect = 'SET collation_connection = utf8_general_ci' init_connect = 'SET NAMES utf8