nestor(earth) wrote:
People,

This more of a php mysql question. I have installed PHP ( 5.01) with Apache(1.31) and it runs.
I have install Mysql (the latest as of last night) and it runs. My problem is that PHP does not see
Mysql. Now I have done this installation 4 or 5 times but th elast time was over a year ago.


Any ideas?

MySQL support is no longer enabled by default in php5. Under *nix, you have to configure --with-mysql=[DIR] or --with-mysqli=[mysql_config] if you're planning on using MySQL => 4.1.3. Under Windows you probably have to uncomment an included dll in the php.ini. Look here...


http://us4.php.net/manual/en/ref.mysql.php
http://us4.php.net/manual/en/ref.mysqli.php

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to