RE: Setting the value for the EDITOR variable

2009-01-28 Thread Xristos Karvouneas
.be> CC: mysql@lists.mysql.com> > You need to set that in the script that starts your mysql daemon, probably> /etc/init.d/mysql or something similar.> > On Tue, Jan 27, 2009 at 3:44 PM, Xristos Karvouneas> wrote:> > >> > Dear All,> >> > I would lik

Setting the value for the EDITOR variable

2009-01-27 Thread Xristos Karvouneas
Dear All, I would like to be able to do that from the cnf file, as I want to have a different editor for MySQL commands than the one I use when writing shell scripts. When I put the following in the .my.cnf file, [shell] EDITOR=/usr/local/bin/pico export EDITOR I get no error messages when m

Re: Query Problem

2005-03-16 Thread Xristos Karvouneas
message, i.e. if the title is the same, I do not want it to be printed again... Any ideas? From: gerald_clark <[EMAIL PROTECTED]> To: Xristos Karvouneas <[EMAIL PROTECTED]> CC: mysql@lists.mysql.com Subject: Re: Query Problem Date: Tue, 15 Mar 2005 14:49:45 -0600 Xristos Karvouneas

Re: Query Problem

2005-03-16 Thread Xristos Karvouneas
message, i.e. if the title is the same, I do not want it to be printed again... Any ideas? From: sol beach <[EMAIL PROTECTED]> Reply-To: sol beach <[EMAIL PROTECTED]> To: Xristos Karvouneas <[EMAIL PROTECTED]> Subject: Re: Query Problem Date: Tue, 15 Mar 2005 12:33:24 -0800 h

Query Problem

2005-03-15 Thread Xristos Karvouneas
Dear All, I am faced with the following problem: I have got three tables - book,author and authorbook - containing information about books and authors (some books have multiple authors). I want to do a query that would print information like: Title 1 Author 1 Author 2 Title 2