Re: php+apache+mysql installation. Help

2002-05-27 Thread Andy Cheng
L PROTECTED]> >To: "Andy Cheng" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: php+apache+mysql installation. Help! >Date: Thu, 23 May 2002 21:34:37 -0500 > >Dear Andy, > >Here's a thought. Before you go much further, install Apache 2.0.36.

Re: php+apache+mysql installation. Help!

2002-05-23 Thread Andrew Lietzow
Dear Andy, Here's a thought. Before you go much further, install Apache 2.0.36. It's easy to install and lots of improvements will be gained that you'll appreciate down the road, i.e. mod_ssl is preconfigured into the system. Andrew Lietzow The ACL Group, Inc. On Thursday 23 May 2002

php+apache+mysql installation. Help!

2002-05-23 Thread Andy Cheng
Hi, I am new to linux and trying to install Apache, php and mysql on my Redhat 7.2.Linux box. When I run the configure for PHP 4.2.1, I got this error: checking whether build environment is sane..configure error:newly created file is older than distributed files! I have Apache 1.3.20 (from R

Re: Mysql installation. Help!

2002-03-11 Thread Andy Cheng
TED] >Subject: Re: Mysql installation. Help! >Date: 11 Mar 2002 19:41:08 + > > >I don't understand the code. I copy it from a book. I am trying to print >out >the records returned from a query. I have a table named client in database >andy. The table has 2 records. Wh

Re: Mysql installation. Help!

2002-03-11 Thread ds
print "[".$row[$i]."]";} > print("\n"); > } > $sth->finish; > $dbh->disconnect Note the uppercase in $sth->{NUM_OF_FIELDS}. Also remove the line "my $rows"... It's doing nothing there. > > >From: "Chuck \"PUP\&quo

Re: Mysql installation. Help!

2002-03-10 Thread Sammy Lau
gt;From: "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]> > >To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng > ><[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, > >"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > >Subject: R

Re: Mysql installation. Help

2002-03-10 Thread Chuck \"PUP\" Payne
o understand. Thanks again for the info. > > > > > >> From: "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]> >> To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng >> <[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, >> &quo

Re: Mysql installation. Help!

2002-03-10 Thread Andy Cheng
\"PUP\" Payne" <[EMAIL PROTECTED]> >To: Doug Thompson <[EMAIL PROTECTED]>, Andy Cheng ><[EMAIL PROTECTED]>, Intrex <[EMAIL PROTECTED]>, >"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Subject: Re: Mysql installation. Help! >Date:

Re: Mysql installation. Help!

2002-03-10 Thread Chuck \"PUP\" Payne
;> safe_mysqld --user=root >> >> I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, >> rebooted the system, then re-ran safe_mysqld --user=root. >> >> Mark >> >> - Original Message - >> From: "Andy Cheng" <[EMAIL PROTECTED]&g

Re: Mysql installation. Help!

2002-03-10 Thread Doug Thompson
ysqld --user=root > >I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, >rebooted the system, then re-ran safe_mysqld --user=root. > >Mark > >- Original Message - >From: "Andy Cheng" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >

Re: Mysql installation. Help!

2002-03-10 Thread Intrex
ysqld --user=root I think finaly I ran the tar -zxvf on the mysqlmax..tar.gz, rebooted the system, then re-ran safe_mysqld --user=root. Mark - Original Message - From: "Andy Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 10:01 AM Subjec

Mysql installation. Help!

2002-03-10 Thread Andy Cheng
Hi all, I got this error message when trying to connect to mysql at the shell command: Error 2002:Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock There is no mysql.sock in the /var/lib/mysql directory. Did I miss some thing in the mysql installation? Where coul

Re: Ask for Linux+MySQL installation help

2001-11-01 Thread Z Julian
try to copy mysql libraries to /usr/local/lib and /usr/lib cp -a /usr/local/MySQL/lib/MySQL/* /usr/local/lib cp -a /usr/local/MySQL/lib/MySQL/* /usr/lib >From: "YANG" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Ask for Linux+MySQL installation help >Date: Fr

Ask for Linux+MySQL installation help

2001-11-01 Thread YANG
Dear Sir: I want to ask some questions about Redhat Linux+MySQL installation. 1. At the Redhat Linux 6.2 opration system, I install MySQL database 3.23.43. Commands is as follws: # cd /usr/local # tar ¨Czxvf MySQL-3.23.443.tar.gz # mv MySQL-3.23.43 /usr/local/MySQL # cd /usr/lo

Ask for Linux+MySQL installation help

2001-11-01 Thread YANG
Dear Sir: I want to ask some questions about Redhat Linux+MySQL installation. 1. At the Redhat Linux 6.2 opration system, I install MySQL database 3.23.43. Commands is as follws: # cd /usr/local # tar ¨Czxvf MySQL-3.23.443.tar.gz # mv MySQL-3.23.43 /usr/local/MySQL # cd /usr/lo

Re: MySQL Installation Help Requested.

2001-06-27 Thread Ansgar Becker
> > grant all privileges on *.* to jbrunk@"%" > > and it goes into the user table of the database mysql, and shows that the > host that jbrunk is allowed to connect from is "%" but it won't let me > connect from mysqlfront did you "FLUSH PRIVILEGES" ? Greetings, Ansgar -

Re: MySQL Installation Help Requested.

2001-06-27 Thread Jason Brunk
n - Original Message - From: "Peter Matulis" <[EMAIL PROTECTED]> To: "'Jason Brunk'" <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 2:12 PM Subject: RE: MySQL Installation Help Requested. > From RPM, binary, or source? I have my personal d

MySQL Installation Help Requested.

2001-06-27 Thread Jason Brunk
is there anyone who icq and who has a few minutes that might be willing to help me out with the mysql install? i have been having some trouble, so i figured i would check and see if there was anyone who could help a newbie out. Jason