RE: Thank you!I need your help!

2002-06-24 Thread Sébastien DIDIER
You need libtermcap. (libtermcap-2.0.8-28.i386.rpm) You are running a Redhat 7.2 box, use binary distribution instead of source package if you're not familiar with building programs. Regards, Sébastien > > > please tell what mean the follow: > [root@guanqun zsj]# cd /usr/local/src > [root@guanq

Re: Thank you!I need your help!

2002-06-24 Thread Petre Agenbag
> Jocelyn Fournier >- Original Message - >From: "ÕÅÉƽð" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, June 24, 2002 12:24 PM >Subject: Thank you!I need your help! > > >>please tell what mean the follow: >>[root@guanqun zsj

Re: Thank you!I need your help!

2002-06-24 Thread Jocelyn Fournier
optional) Regards, Jocelyn Fournier - Original Message - From: "ÕÅÉƽð" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 12:24 PM Subject: Thank you!I need your help! > > please tell what mean the follow: > [root@guanqun zsj]# cd

Thank you!I need your help!

2002-06-24 Thread ÕÅÉƽð
please tell what mean the follow: [root@guanqun zsj]# cd /usr/local/src [root@guanqun src]# cd mysql-3.23.44.tar/ [root@guanqun mysql-3.23.44.tar]# ./configure --prefix=/usr/local/mysql bash: ./configure: No such file or directory [root@guanqun mysql-3.23.44.tar]# ls mysql-3.23.44 mysql-3

Re: Thank you!I need your help!

2002-06-23 Thread Van
"ÕÅÉƽð" wrote: > > I'm sorry that my English is very week!I come from Chinese ! My computer OS is >RedHat Linux 7.2 and the machine is intel celeron 300A 64M memory! > the bad command message is : > NOTE: This is a MySQL binary distribution. It's ready to run, you don't > need to configure it!

Thank you!I need your help!

2002-06-23 Thread ÕÅÉƽð
I'm sorry that my English is very week!I come from Chinese ! My computer OS is RedHat Linux 7.2 and the machine is intel celeron 300A 64M memory! the bad command message is : [root@guanqun zsj]# cd /usr/local/src/zsj [root@guanqun zsj]# cd mysql-4.0.1-alpha-pc-linux-gnu-i686 [root@guanqun mys

Re: I Need your help

2001-04-12 Thread Bob Hall
>On 11 Apr 2001, at 11:16, [EMAIL PROTECTED] wrote: > > > Good morning, > > Please, > > I use MySql, I would use INTERSECT/UNION functions and they > > don't work, I need help, > > > > My query is : > > > > select E.*, ME.Emplacement, E.Url,E.EMail, C.Name From > > Entreprise E, Mot_Entre

Re: I Need your help

2001-04-12 Thread David Beech
On 11 Apr 2001, at 11:16, [EMAIL PROTECTED] wrote: > Good morning, > Please, > I use MySql, I would use INTERSECT/UNION functions and they > don't work, I need help, > > My query is : > > select E.*, ME.Emplacement, E.Url,E.EMail, C.Name From > Entreprise E, Mot_Entreprise ME, Mot M, Categorie

Re: I Need your help

2001-04-11 Thread Rolf Hopkins
And since when was INTERSECT/UNION able to be done in MySQL? As far as I am aware, it is yet to be implemented. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 23:16 Subject: I Need your help > Good morning, &g

I Need your help

2001-04-11 Thread technical
Good morning, Please, I use MySql, I would use INTERSECT/UNION functions and they don't work, I need help, My query is : select E.*, ME.Emplacement, E.Url,E.EMail, C.Name From Entreprise E, Mot_Entreprise ME, Mot M, Categorie C where (E.ID=ME.ID) and (ME.CodeMot=M.CodeMot) and (M.Mot like 'wor