Re: Dynamic crosstab got me lost.

2012-11-18 Thread Mogens Melander
On Wed, November 14, 2012 09:23, Mogens Melander wrote: > Guru's > > I've been tasked with creating a report with information about > which images are related to each active article. The images > are descriptive icons visualizing different properties. > > Articles can be active 'on' or not '', and

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Karen Abgarian
It is always fun to watch people get into a conflict about something silly and unimportant... On 18.11.2012, at 18:13, Reindl Harald wrote: > > > Am 19.11.2012 02:07, schrieb Tianyin Xu: >> You are saying as long as admins are careful, there's no misconfiguration? >> But why misconfigura

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Tianyin Xu
On Sun, Nov 18, 2012 at 6:13 PM, Reindl Harald wrote: > > > Am 19.11.2012 02:07, schrieb Tianyin Xu: > > You are saying as long as admins are careful, there's no > misconfiguration? > > But why misconfigurations are so pervasive? > > Simply because the admins are not careful enough? > > yes > > Th

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Reindl Harald
Am 19.11.2012 02:07, schrieb Tianyin Xu: > You are saying as long as admins are careful, there's no misconfiguration? > But why misconfigurations are so pervasive? > Simply because the admins are not careful enough? yes > I apologize for my lack of respect. I don't know what's your stuff, but

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Tianyin Xu
Hi, On Sun, Nov 18, 2012 at 4:35 PM, Reindl Harald wrote: > > > Am 19.11.2012 01:27, schrieb Tianyin Xu: > > I'm not saying the file names but the configuration directives. > > At least for most servers I have managed so far, > > all the configuration directives are case insensitive. Examples? >

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Reindl Harald
Am 19.11.2012 01:27, schrieb Tianyin Xu: > I'm not saying the file names but the configuration directives. > At least for most servers I have managed so far, > all the configuration directives are case insensitive. Examples? PostgreSQL, > Apache httpd, OpenLDAP, Squid, etc. > That's why I'm cur

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Tianyin Xu
Hi, Reindl, On Sun, Nov 18, 2012 at 3:11 PM, Reindl Harald wrote: > > > Am 18.11.2012 23:59, schrieb Tianyin Xu: > > Hi, > > > > I'm just curious why MySQL parses its configuration directives (i.e., the > > ones in my.cnf) in a case sensitive way? > > > > For example, Having "Port=3309", will re

Re: Why configuration directives are all case sensitive?

2012-11-18 Thread Reindl Harald
Am 18.11.2012 23:59, schrieb Tianyin Xu: > Hi, > > I'm just curious why MySQL parses its configuration directives (i.e., the > ones in my.cnf) in a case sensitive way? > > For example, Having "Port=3309", will receive "unknown variable 'Port=3309". > > I guess there must be some concern for th

Why configuration directives are all case sensitive?

2012-11-18 Thread Tianyin Xu
Hi, I'm just curious why MySQL parses its configuration directives (i.e., the ones in my.cnf) in a case sensitive way? For example, Having "Port=3309", will receive "unknown variable 'Port=3309". I guess there must be some concern for this. Could anyone tell me why? Thanks, Tianyin -- Tia