dreamweaver, mysql, php setup and connection

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default dreamweaver, mysql, php setup and connection

    Hello, I had my dreamweaver / php / mysql working fine on a previous computer a
    year or so ago and now am having problems getting it to work. I have installed
    php, installed mysql and installed dreamweaver. I can view php pages, mysql
    admin lets me add tables and what not and dreamweaver works fine.
    When i create a site and a php file and attempt to create a database
    connection i get a "unidentified error has occured" and can not connect.

    i dont remember doing anything special last time, but it has been a while. i
    was lookng around the forums and read that i should have the ";" taken off the
    "extension=php_mysql.dll" line in C:\PHP\BACKUP. But that doesnt appear to do
    anything as i still have the same problem.

    If i run
    <?php
    echo phpinfo();
    ?>

    I do not see a MYSQL section so it is not installed right or did i miss
    another random switch?
    DreamweaverMX, mysql4.1 , php 5.0.4 windows xp.

    Thank you for your help.

    tacroy Guest

  2. Similar Questions and Discussions

    1. MySQL / PHP / Dreamweaver connection
      I'm using Dreamweaver MX 2004, I have installed php 5.2.3, Apache 2.2.4, I have MySQL Server Version 5.0.41 community nt via TCP/IP client...
    2. dreamweaver setup
      I have a problem getting Dreamweaver 8 to accept the Contribute setup sequence in the Manage Sites dialogue. I have put all the detail below for the...
    3. connection problem MySQL - php from dreamweaver
      Can anybody please help me ? I have set up a remote MySQL database ( on windows system), and have defined the remote testing server and filled...
    4. newbie connection / setup problems with MySql
      Hello. I'm a newbie to MySQL and just needs little help with a couple of problems. I am currently working through a book on Dreamweaver MX...
    5. Web Server Setup for Dreamweaver MX
      Hi, I have been using Dreamweaver 3.0 for several years to create and maintain my company's three separate websites. These sites, which are...
  3. #2

    Default Re: dreamweaver, mysql, php setup and connection

    tacroy wrote:
    > I do not see a MYSQL section so it is not installed right or did i miss
    > another random switch?
    > DreamweaverMX, mysql4.1 , php 5.0.4 windows xp.
    It depends how you installed PHP. If you did it the old way, you need to
    copy libmysql.dll from the main PHP folder to windows\system32. Detailed
    instructions on how to do things the new way (since the release of PHP
    5) are here:

    [url]http://computerbookshelf.com/phpdw/install1.php[/url]

    The old way still works; it's just less easy to update and maintain in
    the future.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers 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