Re: On Redhat 7.1

2001-09-05 Thread Cristian Paslaru
On Wed, 5 Sep 2001, Sinisa Milivojevic wrote: > > Red Hat 7.1 has a very nice apache + mysql + php installation and invoking > > mysql function calls from the php interface works very well. The only > > aspect that puzzles me a little bit is that when I look at the output of > > phpinfo(); I see

Re: On Redhat 7.1

2001-09-05 Thread Sinisa Milivojevic
Neil Zanella writes: > > On Tue, 4 Sep 2001, Sinisa Milivojevic wrote: > > > Red Hat 7.1 has a very nice apache + mysql + php installation and invoking > mysql function calls from the php interface works very well. The only > aspect that puzzles me a little bit is that when I look at the output

Re: On Redhat 7.1

2001-09-04 Thread Neil Zanella
On Tue, 4 Sep 2001, Sinisa Milivojevic wrote: > Trond Eivind Glomsrød writes: > > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > > > 7.1 doesn't install php with mysql support enabled. > > > > Yes, we did. Red Hat 7.1 has a very nice apache + mysql + php installation and invoking mysql function c

Re: On Redhat 7.1

2001-09-04 Thread Trond Eivind Glomsrød
Peter Harvey <[EMAIL PROTECTED]> writes: > > That depends on what you install. MySQL isn't (like many other > > packages) in any of the premade installation categories - you can > > select it in a custom install, or do a "everything" install. > > I bet a product like Data Architect ( http://www.

Re: On Redhat 7.1

2001-09-04 Thread Peter Harvey
> That depends on what you install. MySQL isn't (like many other > packages) in any of the premade installation categories - you can > select it in a custom install, or do a "everything" install. I bet a product like Data Architect ( http://www.codebydesign.com ) would be a great fit in this dist

Re: On Redhat 7.1

2001-09-04 Thread Trond Eivind Glomsrød
Tony Bibbs <[EMAIL PROTECTED]> writes: > I guess where it can get confusing is when a stock RH7.1 install with PHP > doesn't have mysql support enabled but postgresql is. That depends on what you install. MySQL isn't (like many other packages) in any of the premade installation categories - yo

Re: On Redhat 7.1

2001-09-04 Thread Sinisa Milivojevic
Tony Bibbs writes: > I guess where it can get confusing is when a stock RH7.1 install with PHP > doesn't have mysql support enabled but postgresql is. To the uninformed > user like me who doesn't care to know the individual RPMS in the distro it > is easy to make that, obviously wrong, assumption

Re: On Redhat 7.1

2001-09-04 Thread Tony Bibbs
I guess where it can get confusing is when a stock RH7.1 install with PHP doesn't have mysql support enabled but postgresql is. To the uninformed user like me who doesn't care to know the individual RPMS in the distro it is easy to make that, obviously wrong, assumption when, by default, the php-

Re: On Redhat 7.1

2001-09-04 Thread Sinisa Milivojevic
Trond Eivind Glomsrød writes: > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > 7.1 doesn't install php with mysql support enabled. > > Yes, we did. > > > FYI, redhat is doing this because postgres is no their prefered > > DBMS. Can't understand why they don't just compile support for both > > in.

Re: On Redhat 7.1

2001-09-03 Thread Tony Bibbs
Thanks for clearing that up with me...didn't know that. --Tony On 3 Sep 2001, Trond Eivind Glomsrød wrote: > Tony Bibbs <[EMAIL PROTECTED]> writes: > > > 7.1 doesn't install php with mysql support enabled. > > Yes, we did. > > > FYI, redhat is doing this because postgres is no their prefered >

Re: On Redhat 7.1

2001-09-03 Thread Trond Eivind Glomsrød
Tony Bibbs <[EMAIL PROTECTED]> writes: > 7.1 doesn't install php with mysql support enabled. Yes, we did. > FYI, redhat is doing this because postgres is no their prefered > DBMS. Can't understand why they don't just compile support for both > in. We do compile in support for MySQL, but it's

Re: On Redhat 7.1

2001-09-03 Thread Trond Eivind Glomsrød
Kalpesh Modha <[EMAIL PROTECTED]> writes: > Does mysql work on rehat 7.1. > > I have installed it but can not get PHP, JAVA to access the > database. I just get connection refused. You need to install the php-mysql package, which contains the module PHP needs to support MySQL. -- Trond Eivi

Re: On Redhat 7.1

2001-09-03 Thread Brett Geer
Sure it does, what version, what error? brett Kalpesh Modha wrote: > Does mysql work on rehat 7.1. > > I have installed it but can not get PHP, JAVA to access the database. I just get >connection refused. > > ANy ideas > > thanks in advance. > > >

Re: On Redhat 7.1

2001-09-03 Thread Carl Troein
Kalpesh Modha writes: > I have installed it but can not get PHP, JAVA to access the database. I just get >connection refused. Are you trying to connect via TCP to a server started with --skip-networking? Are you connecting to the right port? Does it work when you use unix sockets instead of T

Re: On Redhat 7.1

2001-09-03 Thread Tony Bibbs
7.1 doesn't install php with mysql support enabled. You'll need to install the source rpm, edit the php.spec file and do a rpm -bb php.spec and install the resulting rpms. FYI, redhat is doing this because postgres is no their prefered DBMS. Can't understand why they don't just compile support f

On Redhat 7.1

2001-09-03 Thread Kalpesh Modha
Does mysql work on rehat 7.1. I have installed it but can not get PHP, JAVA to access the database. I just get connection refused. ANy ideas thanks in advance. - Before posting, please check: http://www.mysql.com/manual.

Re: MYSQL on RedHat 7.1.

2001-07-16 Thread Nils O. Selåsdal
On Monday 16 July 2001 15:03, Kalpesh Modha wrote: > Hello. > > I am trying to get mysql working on RedHat 7.1 and it works fine however, > when I try to make a local connection from either Java or PHP. I get a > connection refused message. Whats missing ? > > Thanks for

RE: MYSQL on RedHat 7.1.

2001-07-16 Thread Milos Rackov
ent: Monday, July 16, 2001 4:04 PM > To: [EMAIL PROTECTED] > Subject: MYSQL on RedHat 7.1. > > > Hello. > > I am trying to get mysql working on RedHat 7.1 and it works fine however, > when I try to make a local connection from either Java or PHP. I get a > connection refuse

Re: MYSQL on RedHat 7.1.

2001-07-16 Thread Dvořáček Michal
Hi, try check your permission in your MySQL and in scripts. S pozdravem Michal Dvoracek [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http:

MYSQL on RedHat 7.1.

2001-07-16 Thread Kalpesh Modha
Hello. I am trying to get mysql working on RedHat 7.1 and it works fine however, when I try to make a local connection from either Java or PHP. I get a connection refused message. Whats missing ? Thanks for your help in advance. Regards Kal

Re: Problems with make on redhat 7.1

2001-06-15 Thread Trond Eivind Glomsrød
Greg Stienstra <[EMAIL PROTECTED]> writes: > I have been unsuccessful doing a make for mysql-3-23.29 using redhat 7.1 on an > Intel Pentium with 64 megabytes. There seems to be a problem with file db.h. I > am doing the install from the source tarball mysql-3.23.39.tar.gz , not the RPM. It compi

Problems with make on redhat 7.1

2001-06-15 Thread Greg Stienstra
I have been unsuccessful doing a make for mysql-3-23.29 using redhat 7.1 on an Intel Pentium with 64 megabytes. There seems to be a problem with file db.h. I am doing the install from the source tarball mysql-3.23.39.tar.gz , not the RPM. Here is an excerpt from the session: (lines cut, inclu