Re: PHP cannot see Mysql?! Ideas?
- From: "David" <me@xxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 10:48:47 +0100
"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?
.
- Follow-Ups:
- Re: PHP cannot see Mysql?! Ideas?
- From: NC
- Re: PHP cannot see Mysql?! Ideas?
- References:
- PHP cannot see Mysql?! Ideas?
- From: David
- Re: PHP cannot see Mysql?! Ideas?
- From: Jerry Stuckle
- PHP cannot see Mysql?! Ideas?
- Prev by Date: Re: Howto re-pass arguments?
- Next by Date: Re: Howto re-pass arguments?
- Previous by thread: Re: PHP cannot see Mysql?! Ideas?
- Next by thread: Re: PHP cannot see Mysql?! Ideas?
- Index(es):
Relevant Pages
|