Re: PHP? MySQL? Or both?

2003-08-30 Thread Martin Marques
To start, I am not a MySQL user, though I had to test a couple of those servers once, so I don't have much experience on it. But lets see. El Vie 29 Ago 2003 12:46, Parker Morse escribió: > > > Did you try to execute some small php script (just make a connection > > without a > > query) from the

Re: PHP? MySQL? Or both?

2003-08-29 Thread Parker Morse
Thanks for the clues, Martin: On Friday, Aug 29, 2003, at 07:47 US/Eastern, Martin Marques wrote: What do your mysql logs say? They only show the startup and shutdown. (I'm looking at host.example.com.err in the "data" directory, which is all I can find in the way of a log. Should there be more?

Re: PHP? MySQL? Or both?

2003-08-29 Thread Martin Marques
What do your mysql logs say? Did you try to execute some small php script (just make a connection without a query) from the web sites that have the problem? Look at the logs while you do this. How's the load on the mysql server? Pings are OK between the servers? El Jue 28 Ago 2003 20:29, Parker

Re: PHP-MYSQL

2003-06-18 Thread John Nichel
Mr. L.R. Adrian wrote: Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect() I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I could locate the file. My

Re: PHP-MYSQL

2003-06-18 Thread Darío Mariani
rpm -i php-mysql-.rpm Mr. L.R. Adrian wrote: Has anyone had this issue: When I attempt to rum a PHP script using MySQL I receive this message: Fatal error: Call to undefined function: mysql_connect() I have tried uncommenting extension=mysql.so in php.ini and I would set a path to mysql.so IF I co

Re: PHP-MYSQL

2003-06-18 Thread Chris Sherwood
have you tried searching your server for the mysql.so file? - Original Message - From: "Mr. L.R. Adrian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 2:02 PM Subject: PHP-MYSQL > Has anyone had this issue: > When I attempt to rum a PHP script using MySQL I r

Re: php + mysql integration failed!!

2003-06-01 Thread Didier Casse
download apt from http://apt.freshrpms.net and install it. remove the old mysql rpm -e --nodeps mysql rpm -e --nodeps php rpm -e --nodeps php-mysql and so on remove whatever you want!:-) and then install the new ones by running apt-get update apt-get install mysql apt-get install php apt-g

Re: PHP/MySQL/Apache

2002-11-18 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hi, Look for the rpm packages containing mysql in the name and install them. Look for the packages starting with php and install them. Edit /etc/php.ini and /etc/httpd.conf to enable mysql. hth Willem On Tue, 19 Nov 2002, Toto Gamez wrote: > Hi, > I just installed apache server on my test box (rh

Re: php mysql rather than pgsql

2002-07-15 Thread Mike Burger
You only really need to install the php-mysql package. If you want to remove php-postresql support, you can remove the php-pgsql package. On Mon, 15 Jul 2002, Mark Gillingham wrote: > I'm a RH novice and have made mistakes in the 3 weeks that I've been > playing with RH 7.2. One of them was no

Re: PHP/MySQL

2001-05-04 Thread Jeff Hogg
-Original Message- From: Szemerédy Gábor <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, May 04, 2001 2:20 PM Subject: PHP/MySQL >Hello! >Can I install php-mysql.rpm on my RH 6.2 box with php3, or have I to >recompile >my php to collaborate with mysql? >Thank

Re: PHP/Mysql

2001-04-29 Thread Jason Costomiris
On Thu, Apr 26, 2001 at 11:54:29PM -0400, Dean Maluski wrote: : Trying to get going with php & mysql to create a Linux based database for : work. I know I must learn this on my own, not any real quick answers here. : Quick question though. How can I get the binary distributions in RH7.1 PHP : to

RE: PHP/Mysql

2001-04-28 Thread Dean Maluski
Found somehow I missed one of the RPM's It is now running like a champ! Thanks for the reply! "Dean Maluski" <[EMAIL PROTECTED]> writes: > Trying to get going with php & mysql to create a Linux based database for > work. I know I must learn this on my own, not any real quick answers here. > Qui

Re: PHP/Mysql

2001-04-28 Thread Trond Eivind Glomsrød
"Dean Maluski" <[EMAIL PROTECTED]> writes: > Trying to get going with php & mysql to create a Linux based database for > work. I know I must learn this on my own, not any real quick answers here. > Quick question though. How can I get the binary distributions in RH7.1 PHP > to be enabled to talk