help.

Discussion in 'PHP' started by slaydragon, Jul 12, 2007.

  1. #1
    i just installed php5 and mysql on iis


    i try to connect to database in dreamweaver 8 and i get this error

    "Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions."


    help appreciated
     
    slaydragon, Jul 12, 2007 IP
  2. wmburg

    wmburg Active Member

    Messages:
    300
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Did you enable/uncomment the MySQL extension in php.ini?

    extension=php_mysql.dll
     
    wmburg, Jul 12, 2007 IP
  3. slaydragon

    slaydragon Banned

    Messages:
    1,403
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    problem solved.. thanks ..need to copy the library file to the system32 folder
     
    slaydragon, Jul 12, 2007 IP
  4. DemonEyes

    DemonEyes Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'm also having a similar problem with getting this error:

    "your php server doesn't have the mysql module loaded or you can't use the mysql_(p)connect functions"

    while trying to use Dreamweaver 8 running on a workstation to connect to a server on the domain that runs mySQL and php on an IIS server. mySQL is running fine as I'm able to access, create tables, add records through phpMyAdmin.

    I check the extension=php_mysqli.dll is loaded and file is in the stated ext folder. The only difference is I'm using mysqli rather mysql. Would this make a difference?

    What else would cause me to receive this error?

    Any help would be appreciated.

    Thank you!
     
    DemonEyes, Jul 18, 2007 IP