Error: Your PHP server doesn't have the MySQL moduleloaded

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Error: Your PHP server doesn't have the MySQL moduleloaded

    Hi all.

    I'm testing an evaluation version of Dreamweaver. My interest is in develop
    simple web applications in PHP-MySQL environment.

    I am new with Dreamweaver and, setting a new db connection i get this message:

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


    I'm developing the website from Windows 2000 and the DB is in a Debian linux
    sarge with PHP 4.2 amd MySQL 4. The same connection config works properly from
    the w2k with Mysql Query Browser

    I have set the site configuration PHP/Mysql site, FTP connection, etc.
    Everything works fine in the tests, but i can't set a connection in Dreamweaver.

    Any clue?

    Thanks in advance.

    [roxu] Guest

  2. Similar Questions and Discussions

    1. ERROR 2013 (HY000): Lost connection to MySQL server during query
      Hi to everybody, I have upgrade to mysql 5.0.18 my linux box and when I'm trying to make any command in this table: select * from PROGETTO;...
    2. ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost'(10061)
      I've had 4.1 installed for over a year and for all this time have been connecting successfully from Tomcat and Java stand-alone classes.. now just...
    3. error: 'Lost connection to MySQL server during query'
      I have tried installing MySQL on RedHat 9 using instructions in INSTALL-BINARY and am getting the following error when trying to finish installing...
    4. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    5. Error Installing DBD::Mysql on BSDi 4.1 server
      perl5 (revision 5.0 version 8 subversion 3) configuration mysql Ver 11.15 Distrib 3.23.40, for pc-bsdi4.1 (i386) I recieve an error when trying...
  3. #2

    Default Re: Error: Your PHP server doesn't have the MySQL moduleloaded

    oh, i'm sorry.

    I found the problem is the PHP configuration in the linux box.
    Excuse me.
    [roxu] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139