Re: php and mySql
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Wed, 09 Apr 2008 17:36:58 -0400
Twayne wrote:
Twayne wrote:You don't have the mysql extension loaded. Check your php.ini fileI get an error message while trying to follow these procedures:
http://www.howtoforge.com/intrusion-...on-ubuntu-7.10
Here is the error:
Fatal error: Call to undefined function mysql_connect() in
/var/www/adodb5/drivers/adodb-mysql.inc.php on line 363
Here is the url I am trying to access:
http://my.ip.address/web/base-1.3.9/...p?action=check ( ofcourse I
removed my ip before pasting here )
Is there any logs I can look at to get more information about the
issue? Thanks
__________________
and remove the # from the line (assuming Windows):
#extension=php_mysql.dll
You must also have the MySQL client dll available, i.e. in a directory
in your PATH environment variable.
P.S. Please learn to crosspost - not multipost.
Minor detail, but the post is mis-attributed; it was not me asked that question. Don't recall who the OP was now. If it's my fault in an earlier thread, I apologize. Otherwise, FYI: <g>
Sorry, my fault. I read the entire thread (both posts) before posting, just to ensure I wasn't duplicating effort. But then I didn't go back and reply to the original op.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- php and mySql
- From: David Kingsly
- Re: php and mySql
- From: Twayne
- Re: php and mySql
- From: Jerry Stuckle
- Re: php and mySql
- From: Twayne
- php and mySql
- Prev by Date: Re: Problems with matching on last element in array
- Next by Date: Re: Problems with matching on last element in array
- Previous by thread: Re: php and mySql
- Next by thread: Re: php and mySql
- Index(es):
Relevant Pages
|