Re: php and mySql



Twayne wrote:
Twayne wrote:
I 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
__________________

You don't have the mysql extension loaded. Check your php.ini file
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
==================

.



Relevant Pages

  • Re: php and mySql
    ... Fatal error: Call to undefined function mysql_connectin ... Open Office isn't just for wimps anymore; ...
    (comp.lang.php)
  • Re: php and mySql
    ... Twayne wrote: ... Fatal error: Call to undefined function mysql_connectin ...
    (comp.lang.php)
  • Re: php and mySql
    ... Fatal error: Call to undefined function mysql_connectin ... Is there any logs I can look at to get more information about the ...
    (comp.lang.php)
  • Re: php and mySql
    ... Fatal error: Call to undefined function mysql_connectin ... Is there any logs I can look at to get more information about the ...
    (alt.php)
  • Re: Session_start not working
    ... Fatal error: Call to undefined function: session_startin ... You can get Apache plus PHP running in a normal user account. ... tell me where the PREFIX/tmp folder is? ...
    (alt.php)