Connecting Tech Pros Worldwide Forums | Help | Site Map

Can't connect to mysql thru Dreamweaver

noname
Guest
 
Posts: n/a
#1: Nov 14 '08
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!




Jerry Stuckle
Guest
 
Posts: n/a
#2: Nov 14 '08

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
==================
Michael Gooden
Guest
 
Posts: n/a
#3: Nov 15 '08

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