Connecting Tech Pros Worldwide Help | Site Map

Can't connect to mysql thru Dreamweaver

  #1  
Old November 14th, 2008, 11:05 AM
noname
Guest
 
Posts: n/a
I set up the HTTPD and PHP ini file as described in most of the tutorials
but when i want to connect to DB per dreamweaver i get message:

YourPHP server dosn't have mysql module loaded or you can't use the
mysql_(p) connect functions.

----------
The module is enabled so i dont know what's happening.

Any idea is welcome!



  #2  
Old November 14th, 2008, 11:45 AM
Jerry Stuckle
Guest
 
Posts: n/a

re: Can't connect to mysql thru Dreamweaver


noname wrote:
Quote:
I set up the HTTPD and PHP ini file as described in most of the tutorials
but when i want to connect to DB per dreamweaver i get message:
>
YourPHP server dosn't have mysql module loaded or you can't use the
mysql_(p) connect functions.
>
----------
The module is enabled so i dont know what's happening.
>
Any idea is welcome!
>
>
>
Do you have the MySQL client installed and the library files accessible?
Did you stop and restart your server? Are you sure you changed the
correct php.ini file?

What does phpinfo() show?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  #3  
Old November 15th, 2008, 07:55 AM
Michael Gooden
Guest
 
Posts: n/a

re: Can't connect to mysql thru Dreamweaver


On Nov 14, 12:58 pm, "noname" <non...@mail.comwrote:
Quote:
I set up the HTTPD and PHP ini file as described in most of the tutorials
but when i want to connect to DB per dreamweaver i get message:
>
YourPHP server dosn't have mysql module loaded or you can't use the
mysql_(p) connect functions.
>
----------
The module is enabled so i dont know what's happening.
>
Any idea is welcome!
First of all, is the mysql database running on your own home server,
or is it on a hosting server in a remote locatio?
If it is the latter, your server may be blocking non-localhost
connections.
Closed Thread