Re: PHP cannot see Mysql?! Ideas?




"Jerry Stuckle" <jstucklex@xxxxxxxxxxxxx> wrote in message
news:WdmdnereK_jyLIfanZ2dnUVZ_vXinZ2d@xxxxxxxxxxxxxx
David wrote:
I have php and mysql both working seperately but not together

<?php phpinfo(); ?> - Shows everything working fine but no mention of
Mysql in it.

Mysql is setup and working properly. Users and databases all connect
fine

All my PHP scripts which have mysql connection info just show as a blank
page. No error messages.

Any ideas?!. Would appreciate any input, its driving my crazy.

This means the MySQL extension isn't being loaded.

Did you enable the mysql extension in your php.ini? Is it loading
properly?

And is the mysql client .dll (windows) or .so (UNIX) available to be
loaded.


I uncommented both

extension=php_mysql.dll
extension=php_mysqli.dll

in php.ini.

I'm using Windows. Any ideas how to locate the problem?



.



Relevant Pages

  • Re: PHP & Apache
    ... the change is adding an "i" to the mysql portion ... Restart your apache server. ... Note that the mysqli functions are slightly different than the ... I am not sure that you can, in fact, use the mysql extension, due to ...
    (alt.php)
  • Problems with MySQL extension.
    ... Yesterday I installed PHP ... I have installed MySQL 4.1 server and client. ... I have all extension files ... Can I add mysql extension manually, ...
    (comp.lang.php)
  • RE: phpwiki
    ... Restart apache and make sure that the mysql extension is being loaded in ... > To: Sheets, Jason ... > does not indicate any mysql stuff and phpwiki still does not work. ... > There is probably some option I have to set when compiling php? ...
    (freebsd-questions)
  • Re: PHP 5.0.3 & MySQL 4.1
    ... > taking/or doesn't have..I really got no idea the MySQL Extension. ... I'm using Apache 2.0 on Windows XP Pro. ... Also PHP is install as an Apache module. ...
    (comp.lang.php)
  • Re: PHP cannot see Mysql?! Ideas?
    ... Mysql is setup and working properly. ... All my PHP scripts which have mysql connection info just show as a ... This means the MySQL extension isn't being loaded. ... Mysql is loaded and working but php ...
    (alt.php)