Re: linux-redhat 6.2

2001-07-09 Thread Gerald Clark
Bradley Jenkins wrote: > i get this error when starting MySQL > > ERROR 2002: Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (111) > > /var/lib/mysql/mysql.sock exists with srwxrwxrwx and user mysql. I /var/lib/mysql at least mode 755? > > Brad. > > > _

Re: linux-redhat 6.2

2001-07-07 Thread Tonu Samuel
Bradley Jenkins wrote: > i get this error when starting MySQL > > ERROR 2002: Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (111) > > /var/lib/mysql/mysql.sock exists with srwxrwxrwx and user mysql. There is a possibility that this socket file belonged to RP

linux-redhat 6.2

2001-07-06 Thread Bradley Jenkins
i get this error when starting MySQL ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) /var/lib/mysql/mysql.sock exists with srwxrwxrwx and user mysql. Brad. _ Get Your Priv

Re: How can I know the version of mysql running on Linux (RedHat 6.2)

2001-06-18 Thread Steve Brazill
t; telnet yubby.dubby.com 3306 3.23.37G\Tn#$(@%@#OR This server is running version 3.23.37. You could do this using 'localhost' if you ARE on the same machine as the MySQL service... Augusto Cesar Castoldi wrote: > How can I know the version of mysql running on Linux (RedHat 6.2) > > thanks, > > Augusto > >

Re: How can I know the version of mysql running on Linux (RedHat 6.2)

2001-06-18 Thread Jeremy Zawodny
On Mon, Jun 18, 2001 at 08:19:20PM -0300, Augusto Cesar Castoldi wrote: > > How can I know the version of mysql running on Linux (RedHat 6.2) mysqladmin version -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878Fax: (408) 349-5454

Re: How can I know the version of mysql running on Linux (RedHat 6.2)

2001-06-18 Thread MikeBlezien
On Mon, 18 Jun 2001 20:19:20 -0300 (EST), Augusto Cesar Castoldi <[EMAIL PROTECTED]> wrote: SELECT VERSION(); >>te: Mon, 18 Jun 2001 20:19:20 -0300 (EST) >> >> How can I know the version of mysql running on Linux (RedHat 6.2) >> >> >>

How can I know the version of mysql running on Linux (RedHat 6.2)

2001-06-18 Thread Augusto Cesar Castoldi
How can I know the version of mysql running on Linux (RedHat 6.2) thanks, Augusto - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To

Re: [LIH] RE: install apache, php + mysql on linux redhat 6.2

2001-06-08 Thread Dr Tarique Sani <[EMAIL PROTECTED]>
On Fri, 8 Jun 2001, Peter Kok wrote: Hi, Your mail is misleading > > I know it how to do it now > > First remove all rpm eg: php, apache and mysql You need not remove all rpms - just remove php > then download tarball from php, apache and mysql download just php sources > php4.0.5

RE: install apache, php + mysql on linux redhat 6.2

2001-06-08 Thread Peter Kok
above and install separaterly. work now regards Peter >From: Neil Zanella <[EMAIL PROTECTED]> >To: Peter Kok <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: install apache, php + mysql on linux redhat 6.2 >Date: Mon, 4 Jun 20

RE: install apache, php + mysql on linux redhat 6.2

2001-06-04 Thread Neil Zanella
> >php nothing error: when make and make install > >./configure --with-mysql=/usr/local/mysql \ > >--with-apache=/usr/src/apache \ > >--enable-track-vars I have a question. What should go after --with-mysql for RPM installtions? I cannot find the answer to this question anywhere. Thanks, Neil

RE: install apache, php + mysql on linux redhat 6.2

2001-06-04 Thread Peter Kok
Hi Britt Tks for your reply is it free of charge? if yes please guide me. tks much regards Peter >From: "Britt Johnston" <[EMAIL PROTECTED]> >To: "Peter Kok" <[EMAIL PROTECTED]> >Subject: RE: install apache, php + mysql on linux redhat 6.2 >Date:

Re: install apache, php + mysql on linux redhat 6.2

2001-06-04 Thread B. van Ouwerkerk
www.devshed.com has a nice tutorial. Bye, B. At 22:41 3-6-01 -0400, Peter Kok wrote: >Hi all > >I installed the following version on redhat 6.2 but failed on installing >apache finally! >Please teach me > >apache 1.3.19 >php-4.0.5 >mysql-3.23.38-pc-linux-gnu-i686.tar.gz > >mysql can start: /

install apache, php + mysql on linux redhat 6.2

2001-06-03 Thread Peter Kok
Hi all I installed the following version on redhat 6.2 but failed on installing apache finally! Please teach me apache 1.3.19 php-4.0.5 mysql-3.23.38-pc-linux-gnu-i686.tar.gz mysql can start: /usr/local/mysql/support-files/mysql.server start php nothing error: when make and make install ./con