Re: [PHP-DB] Is MySQL in 4.0.6?

2001-06-27 Thread Phil Driscoll

On Tuesday 26 June 2001 10:43, Karsten Dambekalns wrote:

 The small size package contains only the binary without any additional
 modules. Get the full size version, or compile yourself. BTW: I think
 that is explained on the download page.

The small size package *does* include MySQL support (but as with all versions 
of php, it does not include MySQL itself).

Cheers
-- 
Phil Driscoll

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Is MySQL in 4.0.6?

2001-06-26 Thread Paul Burney

on 6/25/01 3:46 PM, Adam Lundrigan at [EMAIL PROTECTED] wrote:

 Is MySQL included in the 406kb version of PHP 4.0.6?
 When I try to connect to MySQL (after adding localhost  paswords to
 php.ini) using this version it says:
 Warning: Can't connect to MySQL server on 'localhost' (10061) in
 mysql_local_test.php on line 2
 
 From what i've heard, MySQL is included in PHPbut why doesn't the
 connect work if it is included?

Though I haven't checked in version 4.0.6, typically MySQL *support* is
included with PHP.  That entails the necessary MySQL header files so that
PHP can compile with MySQL support.

You still need to download and install MySQL on the machine.  You can find
packages and more information at:

http://www.mysql.com/

Hope that helps.

Sincerely,

Paul Burney

++
Paul Burney
Webmaster  Open Source Developer
UCLA - GSEIS - ETU
(310) 825-8365
[EMAIL PROTECTED]
http://www.gseis.ucla.edu/
++



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Is MySQL in 4.0.6?

2001-06-26 Thread Paul DuBois

At 8:16 PM -0230 6/25/01, Adam Lundrigan wrote:
Is MySQL included in the 406kb version of PHP 4.0.6?
When I try to connect to MySQL (after adding localhost  paswords to 
php.ini) using this version it says:
Warning: Can't connect to MySQL server on 'localhost' (10061) in 
mysql_local_test.php on line 2

From what i've heard, MySQL is included in PHPbut why doesn't 
the connect work if it is included?

The client library is included (if you build with --with-mysql), but
you have to be running a server somewhere that you can connect to.


-Adam Lundrigan
  CEO, VPU
  http://www.vpu-virtual.com/

  ICQ # 73617446
  [EMAIL PROTECTED]




-- 
Paul DuBois, [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] Is MySQL in 4.0.6?

2001-06-26 Thread Mark Roedel

 -Original Message-
 From: Adam Lundrigan [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 25, 2001 5:46 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Is MySQL in 4.0.6?
 
 
 Is MySQL included in the 406kb version of PHP 4.0.6?
 When I try to connect to MySQL (after adding localhost  
 paswords to php.ini) using this version it says:
 Warning: Can't connect to MySQL server on 'localhost' (10061) 
 in mysql_local_test.php on line 2

If that's the message you're getting, that would indicate to me that

(1) your copy of PHP *does* include the MySQL client functionality, and

(2) it isn't successfully connecting to a MySQL server.

 From what i've heard, MySQL is included in PHPbut why 
 doesn't the connect work if it is included?

Do you actually have a MySQL server running?


---
Mark Roedel ([EMAIL PROTECTED])  ||  There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full.
 LeTourneau University  ||-- Henry Kissinger


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Is MySQL in 4.0.6?

2001-06-25 Thread Adam Lundrigan

Is MySQL included in the 406kb version of PHP 4.0.6?
When I try to connect to MySQL (after adding localhost  paswords to php.ini) using 
this version it says:
Warning: Can't connect to MySQL server on 'localhost' (10061) in mysql_local_test.php 
on line 2

From what i've heard, MySQL is included in PHPbut why doesn't the connect work if 
it is included?

-Adam Lundrigan
 CEO, VPU
 http://www.vpu-virtual.com/
 
 ICQ # 73617446
 [EMAIL PROTECTED]